mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 06:01:53 +02:00
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:
parent
2e8335a629
commit
6426b333a7
|
|
@ -376,7 +376,8 @@ static void xpad_irq_out(struct urb *urb)
|
|||
__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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user