Skip to content

Commit

Permalink
MN10300: Use asm-generic/pci_iomap.h
Browse files Browse the repository at this point in the history
The declarations from MN10300's pci_iomap() was removed by commit
34f1bde but asm-generic/pci_iomap.h wasn't
then #included from asm/io.h.

Signed-off-by: David Howells <dhowells@redhat.com>
  • Loading branch information
David Howells committed Dec 12, 2012
1 parent 0c6e686 commit 76583cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/mn10300/include/asm/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 76583cf

Please sign in to comment.