From: Rashika Kheria Date: Thu, 19 Dec 2013 10:12:03 +0000 (+0530) Subject: drivers: usb: Mark function as static in usbsevseg.c X-Git-Tag: v3.14-rc1~148^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff4708e69a633912c5c8e055fc399bf356d7a784;p=pandora-kernel.git 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 Reviewed-by: Josh Triplett Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed