From: Heiko Carstens Date: Wed, 6 Feb 2013 16:23:51 +0000 (+0100) Subject: mfd: Add missing GENERIC_HARDIRQS dependecies X-Git-Tag: v3.9-rc1~92^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21f792cde17f71091252540b79e9312a8d1a7ac2;p=pandora-kernel.git mfd: Add missing GENERIC_HARDIRQS dependecies A lot of mfd drivers select MFD_CORE which however depends on GENERIC_HARDIRQS support. So add the missing dependency to all drivers to get rid of this link error: ERROR: "irq_create_mapping" [drivers/mfd/mfd-core.ko] undefined! Signed-off-by: Heiko Carstens Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed