git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
883a805
)
powerpc: Fix build without CONFIG_PCI
author
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Fri, 5 Aug 2011 06:01:20 +0000
(16:01 +1000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Fri, 5 Aug 2011 06:01:20 +0000
(16:01 +1000)
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>
No differences found