drivers: misc: Mark function jp_generic_ide_ioctl() as static in lkdtm.c
authorRashika Kheria <rashika.kheria@gmail.com>
Fri, 13 Dec 2013 06:59:42 +0000 (12:29 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Dec 2013 00:41:52 +0000 (16:41 -0800)
commit44629432670ce297f53702a0316a0e7bff0bd28d
tree22524bb03e25bcae17c2c0ea9dc38fa96e74dbf8
parent3ecfb168a51ddf0226abe245065516bc2ebfdef5
drivers: misc: Mark function jp_generic_ide_ioctl() as static in lkdtm.c

This patch marks the function jp_generic_ide_ioctl() as static in
lkdtm.c because it is not used outside this file.

Thus, it also eliminates the following warnings in lkdtm.c:
drivers/misc/lkdtm.c:227:5: warning: no previous prototype for ‘jp_generic_ide_ioctl’ [-Wmissing-prototypes]

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/lkdtm.c
This page took 0.025922 seconds and 5 git commands to generate.