From: Heiko Carstens Date: Tue, 5 Feb 2013 11:38:30 +0000 (+0100) Subject: drivers/input: add couple of missing GENERIC_HARDIRQS dependencies X-Git-Tag: v3.9-rc1~111^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be7b334b2abde95063742fa66425ea9e1298e1c7;p=pandora-kernel.git drivers/input: add couple of missing GENERIC_HARDIRQS dependencies When removing the !S390 dependency from drivers/input/Kconfig a couple of drivers don't compile because they have a dependency on GENERIC_HARDIRQS. So add the missing dependencies. Fixes e.g. this one: drivers/input/keyboard/lm8323.c: In function ‘lm8323_suspend’: drivers/input/keyboard/lm8323.c:801:2: error: implicit declaration of function ‘irq_set_irq_wake’ [-Werror=implicit-function-declaration] Cc: Dmitry Torokhov Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed