Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6426b333a7365035ede9744faa24bdc5682fad8a
Commit:     6426b333a7365035ede9744faa24bdc5682fad8a
Parent:     2e8335a629e48a753642772a5fe758c12d2e48bf
Author:     Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Thu Jun 14 23:33:26 2007 -0400
Committer:  Dmitry Torokhov <[EMAIL PROTECTED]>
CommitDate: Tue Jul 10 00:35:18 2007 -0400

    Input: xpad - make xpad_play_effect() static
    
    xpad_play_effect() does not need to be global.
    
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
    Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]>
---
 drivers/input/joystick/xpad.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c
index 067ed8d..de4fa8c 100644
--- a/drivers/input/joystick/xpad.c
+++ b/drivers/input/joystick/xpad.c
@@ -376,7 +376,8 @@ exit:
                   __FUNCTION__, retval);
 }
 
-int xpad_play_effect(struct input_dev *dev, void *data, struct ff_effect 
*effect)
+static int xpad_play_effect(struct input_dev *dev, void *data,
+                           struct ff_effect *effect)
 {
        struct usb_xpad *xpad = input_get_drvdata(dev);
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to