projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c6e686
)
MN10300: Use asm-generic/pci_iomap.h
author
David Howells
<dhowells@redhat.com>
Wed, 12 Dec 2012 15:36:40 +0000
(15:36 +0000)
committer
David Howells
<dhowells@redhat.com>
Wed, 12 Dec 2012 15:46:15 +0000
(15:46 +0000)
The declarations from MN10300's pci_iomap() was removed by commit
34f1bdee1910f7efe3c32e1a891dba4fd21cb3b6
but asm-generic/pci_iomap.h wasn't
then #included from asm/io.h.
Signed-off-by: David Howells <dhowells@redhat.com>
arch/mn10300/include/asm/io.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/mn10300/include/asm/io.h
b/arch/mn10300/include/asm/io.h
index 70f1c06e29de4e3c9153985525ea1b30c6b2fd2f..e6ed0d897ccc7c8b4f08b2f12fc97edee223de1b 100644
(file)
--- a/
arch/mn10300/include/asm/io.h
+++ b/
arch/mn10300/include/asm/io.h
@@
-14,6
+14,7
@@
#include <asm/page.h> /* I/O is all done through memory accesses */
#include <asm/cpu-regs.h>
#include <asm/cacheflush.h>
+#include <asm-generic/pci_iomap.h>
#define mmiowb() do {} while (0)