This patch makes a needlessly global function static.

Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

--- linux-2.6.12-rc2-mm3-full/drivers/usb/input/usbkbd.c.old    2005-04-18 
03:09:52.000000000 +0200
+++ linux-2.6.12-rc2-mm3-full/drivers/usb/input/usbkbd.c        2005-04-18 
03:10:13.000000000 +0200
@@ -132,7 +132,8 @@
                                kbd->usbdev->devpath, i);
 }
 
-int usb_kbd_event(struct input_dev *dev, unsigned int type, unsigned int code, 
int value)
+static int usb_kbd_event(struct input_dev *dev, unsigned int type,
+                        unsigned int code, int value)
 {
        struct usb_kbd *kbd = dev->private;
 



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to