The patch titled Input: xpad: fix dependency on LEDS class has been removed from the -mm tree. Its filename was input-xpad-fix-dependancy-on-leds-class.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Input: xpad: fix dependency on LEDS class From: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> The driver can not be built-in when LEDS class is a module. Signed-off-by: Dmitry Torokhov <dtor@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/input/joystick/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/input/joystick/Kconfig~input-xpad-fix-dependancy-on-leds-class drivers/input/joystick/Kconfig --- a/drivers/input/joystick/Kconfig~input-xpad-fix-dependancy-on-leds-class +++ a/drivers/input/joystick/Kconfig @@ -277,7 +277,7 @@ config JOYSTICK_XPAD_FF config JOYSTICK_XPAD_LEDS bool "LED Support for Xbox360 controller 'BigX' LED" - depends on LEDS_CLASS && JOYSTICK_XPAD + depends on JOYSTICK_XPAD && (LEDS_CLASS=y || LEDS_CLASS=JOYSTICK_XPAD) ---help--- This option enables support for the LED which surrounds the Big X on XBox 360 controller. _ Patches currently in -mm which might be from dmitry.torokhov@xxxxxxxxx are origin.patch git-input.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html