From: Heiko Carstens Date: Wed, 13 Feb 2013 21:29:01 +0000 (-0800) Subject: Input: add couple of missing GENERIC_HARDIRQS dependencies X-Git-Tag: v3.9-rc1~150^2^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d722260d233949ec531c684248a88cb163608851;p=pandora-kernel.git 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] Signed-off-by: Heiko Carstens Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed