From: Ralf Baechle Date: Thu, 13 Jun 2013 12:34:50 +0000 (+0200) Subject: MIPS: IP27: Fix build error if CONFIG_PCI=y and CONFIG_NUMA disabled. X-Git-Tag: v3.11-rc1~14^2^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f675e8a6b338ff6ac510595649c647d4888576e;p=pandora-kernel.git MIPS: IP27: Fix build error if CONFIG_PCI=y and CONFIG_NUMA disabled. Then will define cpp macro as default definition for pcibus_to_node resulting in: CC arch/mips/pci/pci-ip27.o arch/mips/pci/pci-ip27.c:220:7: error: expected identifier or ‘(’ before ‘void’ arch/mips/pci/pci-ip27.c:220:12: error: expected ‘)’ before ‘(’ token make[1]: *** [arch/mips/pci/pci-ip27.o] Error 1 Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed