commit be5e3383a95446e933be198d3025df10a072794b
tree 1bd89cd23ee98127f08ccd076f4485a2e8138df7
parent cef11127ea59cc5ac8fb956c355727999c6796dc
author Adrian Bunk <[EMAIL PROTECTED]> 1114207620 -0700
committer Greg KH <[EMAIL PROTECTED]> 1114207620 -0700

    [PATCH] USB: drivers/usb/input/usbkbd.c: make a function static
    
    This patch makes a needlessly global function static.
    
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
    Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
    

Index: drivers/usb/input/usbkbd.c
===================================================================
--- 349a6201e2acbac49d9f87e0ee102c031bab2e16/drivers/usb/input/usbkbd.c  
(mode:100644 sha1:01514b0551b862d315a0d1723027ef6cb98edd8c)
+++ 1bd89cd23ee98127f08ccd076f4485a2e8138df7/drivers/usb/input/usbkbd.c  
(mode:100644 sha1:7038fb9d1ced4290f870cbd682ee5089a494fb3a)
@@ -133,7 +133,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_ide95&alloc_id396&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