aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick/xpad.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/joystick/xpad.c')
-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:
376 __FUNCTION__, retval); 376 __FUNCTION__, retval);
377} 377}
378 378
379int xpad_play_effect(struct input_dev *dev, void *data, struct ff_effect *effect) 379static int xpad_play_effect(struct input_dev *dev, void *data,
380 struct ff_effect *effect)
380{ 381{
381 struct usb_xpad *xpad = input_get_drvdata(dev); 382 struct usb_xpad *xpad = input_get_drvdata(dev);
382 383