From: Benjamin Herrenschmidt Date: Fri, 5 Aug 2011 06:01:20 +0000 (+1000) Subject: powerpc: Fix build without CONFIG_PCI X-Git-Tag: v3.1-rc2~30^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81210c2062cf98bf625bcd487334c89b0fce5a82;p=pandora-kernel.git powerpc: Fix build without CONFIG_PCI Commit fea80311a939a746533a6d7e7c3183729d6a3faf "iomap: make IOPORT/PCI mapping functions conditional" Broke powerpc build without CONFIG_PCI as we would still define pci_iomap(), which overlaps with the new empty inline in the headers. Make our implementation conditional on CONFIG_PCI Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed