Input: amijoy - add missing platform check
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 26 Mar 2012 06:29:30 +0000 (23:29 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 26 Mar 2012 06:33:23 +0000 (23:33 -0700)
commit3183968cbfb76c02f357151f66a1260101f9d82c
tree50cae67a14affffab978d321cae4d6e79b550006
parenta1d552cc15b0be9124ccba593f99f59c4ec1e153
Input: amijoy - add missing platform check

On multi-platform kernels, the Amiga joystick driver may be initialized
when running on Amiga only. Else it may crash later.
Fortunately this driver is almost always compiled as a module (to avoid
conflicts with the mouse driver), so it needs an explicit insmod to
trigger a crash.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/joystick/amijoy.c