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:
7e599e6
)
MFD: allow cs5535-mfd to build on X86 only
author
Andres Salomon
<dilinger@queued.net>
Mon, 28 Mar 2011 04:26:03 +0000
(21:26 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 28 Mar 2011 14:51:42 +0000
(07:51 -0700)
Stephen ran into the following build error:
drivers/mfd/cs5535-mfd.c:30:22: error: asm/olpc.h: No such file or directory
olpc.h exists only on x86 (and in the future, ARM). Rather than
wrapping the include in an #ifdef, just change cs5535-mfd to only build
on x86.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andres Salomon <dilinger@queued.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/mfd/Kconfig
patch
|
blob
|
history
diff --cc
drivers/mfd/Kconfig
Simple merge