commit | 81210c2062cf98bf625bcd487334c89b0fce5a82 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Aug 05 16:01:20 2011 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Aug 05 16:01:20 2011 +1000 |
tree | e4bbfca5cc5b9416f6d96ee0f389d0a1033e63be | |
parent | 883a805d617baca1c01172dc1d35e37829ffed0c [diff] |
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 <benh@kernel.crashing.org>