The patch titled mac_hid: fix build error if MAC_EMUMOUSEBTN && !INPUT has been removed from the -mm tree. Its filename was mac_hid-fix-build-error-if-mac_emumousebtn-input.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: mac_hid: fix build error if MAC_EMUMOUSEBTN && !INPUT From: Andreas Herrmann <aherrman@xxxxxxxx> Build error if MAC_EMUMOUSEBTN && !INPUT: LD .tmp_vmlinux1 drivers/built-in.o: In function `input_report_key': include/linux/input.h:1158: undefined reference to `input_event' ... Auto-select INPUT for MAC_EMUMOUSEBTN option. Signed-off-by: Andreas Herrmann <aherrman@xxxxxxxx> Cc: Jiri Kosina <jikos@xxxxxxxx> Cc: Dmitry Torokhov <dtor@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/macintosh/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/macintosh/Kconfig~mac_hid-fix-build-error-if-mac_emumousebtn-input drivers/macintosh/Kconfig --- a/drivers/macintosh/Kconfig~mac_hid-fix-build-error-if-mac_emumousebtn-input +++ a/drivers/macintosh/Kconfig @@ -172,6 +172,7 @@ config INPUT_ADBHID config MAC_EMUMOUSEBTN bool "Support for mouse button 2+3 emulation" + select INPUT help This provides generic support for emulating the 2nd and 3rd mouse button with keypresses. If you say Y here, the emulation is still _ Patches currently in -mm which might be from aherrman@xxxxxxxx are git-input.patch 9p-fix-compile-error-if-config_sysctl.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