diff options
author | Rashika Kheria | 2013-12-19 15:02:22 +0530 |
---|---|---|
committer | Jens Axboe | 2013-12-19 08:06:49 -0700 |
commit | a26ba7faddd51be3dd8957543a9d984a4ddd104a (patch) | |
tree | f4ec725bb8774e1b9777a84d42e69e4b3e7bf94e /drivers/rpmsg | |
parent | 60e53a6701ca55b3399275d805d223834819d9ce (diff) |
drivers: block: Mark the functions as static in skd_main.c
Mark functions skd_skmsg_state_to_str() and skd_skreq_state_to_str() as
static in skd_main.c because they are not used outside this file.
This eliminates the following warnings in skd_main.c:
drivers/block/skd_main.c:5272:13: warning: no previous prototype for ‘skd_skmsg_state_to_str’ [-Wmissing-prototypes]
drivers/block/skd_main.c:5284:13: warning: no previous prototype for ‘skd_skreq_state_to_str’ [-Wmissing-prototypes]
Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/rpmsg')
0 files changed, 0 insertions, 0 deletions