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:
8dd7f80
)
PCI: include io.h in pci.h so that ioremap_nocache is defined
author
Jesse Barnes
<jbarnes@virtuousgeek.org>
Tue, 21 Oct 2008 17:09:05 +0000
(10:09 -0700)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Wed, 22 Oct 2008 23:42:36 +0000
(16:42 -0700)
Ingo pointed out that the m32r build was broken by pci_ioremap. It looks like
some files include pci.h w/o including io.h. The latter defines ioremap_* if
present, so it makes sense to include it in pci.h now that we have pci_ioremap
there.
Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
No differences found