The patch titled IBMASM: must depend on CONFIG_INPUT has been removed from the -mm tree. Its filename was ibmasm-must-depend-on-config_input.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: IBMASM: must depend on CONFIG_INPUT From: Dmitry Torokhov <dtor@xxxxxxxxxxxxx> IBMASM: must depend on CONFIG_INPUT The driver registers couple of input devices and therefore must depend on CONFIG_INPUT. Signed-off-by: Dmitry Torokhov <dtor@xxxxxxx> Cc: Vernon Mauery <vernux@xxxxxxxxxx> Cc: Max Asbock <masbock@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/misc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/misc/Kconfig~ibmasm-must-depend-on-config_input drivers/misc/Kconfig --- a/drivers/misc/Kconfig~ibmasm-must-depend-on-config_input +++ a/drivers/misc/Kconfig @@ -10,7 +10,7 @@ if MISC_DEVICES config IBM_ASM tristate "Device driver for IBM RSA service processor" - depends on X86 && PCI && EXPERIMENTAL + depends on X86 && PCI && INPUT && EXPERIMENTAL ---help--- This option enables device driver support for in-band access to the IBM RSA (Condor) service processor in eServer xSeries systems. _ Patches currently in -mm which might be from dtor@xxxxxxxxxxxxx are origin.patch git-dvb.patch git-input.patch hdaps-switch-to-using-input-polldev.patch applesmc-switch-to-using-input-polldev.patch ams-switch-to-using-input-polldev.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