From: Arnd Bergmann Date: Sat, 15 Mar 2014 10:27:28 +0000 (+0100) Subject: ARM: footbridge: fix build with PCI disabled X-Git-Tag: v3.15-rc1~81^2~8^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=570977a1fc5d4c1ade5107c03336b0845aed7005;p=pandora-kernel.git ARM: footbridge: fix build with PCI disabled The dc21285.c source file cannot be built when CONFIG_PCI is disabled, because it calls a number of PCI core interfaces. This changes the Makefile so we don't include this file in the build if CONFIG_PCI is disabled. No other code references anything defined inside of this file in this case. Signed-off-by: Arnd Bergmann Cc: Russell King --- Reading git-diff-tree failed