[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080430200340.GA13757@elte.hu>
Date: Wed, 30 Apr 2008 22:03:40 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Dmitry Torokhov <dmitry.torokhov@...il.com>
Cc: linux-kernel@...r.kernel.org
Subject: [patch] input: JOYSTICK_XPAD build fix
x86.git testing found the following build failure in -git:
ERROR: "led_classdev_register" [drivers/input/joystick/xpad.ko] undefined!
ERROR: "led_classdev_unregister" [drivers/input/joystick/xpad.ko] undefined!
which triggers with the following config:
http://redhat.com/~mingo/misc/config-Wed_Apr_30_21_43_17_CEST_2008.bad
the reason is dependency on NEW_LEDS that was not spelled out in the
Kconfig entry of JOYSTICK_XPAD.
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
drivers/input/joystick/Kconfig | 1 +
1 file changed, 1 insertion(+)
Index: linux/drivers/input/joystick/Kconfig
===================================================================
--- linux.orig/drivers/input/joystick/Kconfig
+++ linux/drivers/input/joystick/Kconfig
@@ -268,6 +268,7 @@ config JOYSTICK_JOYDUMP
config JOYSTICK_XPAD
tristate "X-Box gamepad support"
depends on USB_ARCH_HAS_HCD
+ depends on NEW_LEDS
select USB
help
Say Y here if you want to use the X-Box pad with your computer.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists