summaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorAdrian Bunk2007-06-15 05:33:26 +0200
committerDmitry Torokhov2007-07-10 06:35:18 +0200
commit6426b333a7365035ede9744faa24bdc5682fad8a (patch)
tree70b5b28b732212356aefffba33149296bd1f8fd0 /drivers/input
parentInput: xpad - fix check for succesful usb_buffer_alloc (diff)
downloadkernel-qcow2-linux-6426b333a7365035ede9744faa24bdc5682fad8a.tar.gz
kernel-qcow2-linux-6426b333a7365035ede9744faa24bdc5682fad8a.tar.xz
kernel-qcow2-linux-6426b333a7365035ede9744faa24bdc5682fad8a.zip
Input: xpad - make xpad_play_effect() static
xpad_play_effect() does not need to be global. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/joystick/xpad.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c
index 067ed8d1f8a7..de4fa8c80137 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);