]> Pileus Git - ~andy/linux/commit
drivers: usb: Mark function as static in usbsevseg.c
authorRashika Kheria <rashika.kheria@gmail.com>
Thu, 19 Dec 2013 10:12:03 +0000 (15:42 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Dec 2013 18:23:12 +0000 (10:23 -0800)
commitff4708e69a633912c5c8e055fc399bf356d7a784
tree2eb65f1aace3e7906480b79fbbde53e8f6cc4b05
parent81574fc65f67ca5948ee80af0ec030a20a802dd3
drivers: usb: Mark function as static in usbsevseg.c

Mark function my_memlen() as static in misc/usbsevseg.c because it is
not used outside this file.

This eliminates the following warning in misc/usbsevseg.c:
drivers/usb/misc/usbsevseg.c:60:15: warning: no previous prototype for ‘my_memlen’ [-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/usb/misc/usbsevseg.c