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>
This commit is contained in:
Adrian Bunk 2007-06-14 23:33:26 -04:00 committed by Dmitry Torokhov
parent 2e8335a629
commit 6426b333a7
1 changed files with 2 additions and 1 deletions

View File

@ -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);