Input: xpad - fix build failure
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 27 Apr 2008 04:10:11 +0000 (00:10 -0400)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 27 Apr 2008 04:10:11 +0000 (00:10 -0400)
If both CONFIG_JOYSTICK_XPAD_FF and CONFIG_JOYSTICK_XPAD_LEDS are unset
xpad_bulk_out is not defined and build fails. Move it out of the #ifdef
block so it is always defined.

Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

No differences found