]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
toshiba_acpi: depends on INPUT
authorRandy Dunlap <randy.dunlap@oracle.com>
Fri, 19 Sep 2008 21:06:59 +0000 (14:06 -0700)
committerLen Brown <len.brown@intel.com>
Fri, 10 Oct 2008 22:05:54 +0000 (18:05 -0400)
commitb3cef8f6eba47a10b80aa3e7a99e27110e34f3df
treecf200979651ff75bf24bebe1621756ab0042c472
parentdb89b4f0dbab837d0f3de2c3e9427a8d5393afa3
toshiba_acpi: depends on INPUT

CONFIG_ACPI_TOSHIBA can =y when CONFIG_INPUT=m, so prevent that
combination and its subsequent build errors:

toshiba_acpi.c:(.text+0x3e877): undefined reference to `input_event'
toshiba_acpi.c:(.text+0x3e98a): undefined reference to `input_unregister_polled_device'
toshiba_acpi.c:(.text+0x3e994): undefined reference to `input_free_polled_device'
toshiba_acpi.c:(.init.text+0x21b4): undefined reference to `input_allocate_polled_device'
toshiba_acpi.c:(.init.text+0x2263): undefined reference to `input_register_polled_device'
make[1]: *** [.tmp_vmlinux1] Error 1

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/Kconfig