git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dce7886
)
mfd: Add missing GENERIC_HARDIRQS dependecies
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Wed, 6 Feb 2013 16:23:51 +0000
(17:23 +0100)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Wed, 13 Feb 2013 23:23:59 +0000
(
00:23
+0100)
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 <heiko.carstens@de.ibm.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
No differences found