From 28726d2fa5675782b9dc4fb62fe826e196fb2e97 Mon Sep 17 00:00:00 2001 From: David Howells Date: Wed, 12 Dec 2012 15:36:40 +0000 Subject: [PATCH] MN10300: Use asm-generic/pci_iomap.h The declarations from MN10300's pci_iomap() was removed by commit 3b1fd00c56c12bc70bdd6faeded19efa6553c617 but asm-generic/pci_iomap.h wasn't then #included from asm/io.h. Signed-off-by: David Howells --- arch/mn10300/include/asm/io.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mn10300/include/asm/io.h b/arch/mn10300/include/asm/io.h index 70f1c06e29de4..e6ed0d897ccc7 100644 --- a/arch/mn10300/include/asm/io.h +++ b/arch/mn10300/include/asm/io.h @@ -14,6 +14,7 @@ #include /* I/O is all done through memory accesses */ #include #include +#include #define mmiowb() do {} while (0) -- 2.39.5