From: Andres Salomon Date: Mon, 28 Mar 2011 04:26:03 +0000 (-0700) Subject: MFD: allow cs5535-mfd to build on X86 only X-Git-Tag: v2.6.39-rc1~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15b7cf1416c0e3ae6163ade3349d717fe2729952;p=pandora-kernel.git MFD: allow cs5535-mfd to build on X86 only 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 Signed-off-by: Andres Salomon Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed