[PATCH -mmotm] x86/mm/pgtable_32.c: add include asm/io.h

From: Randy Dunlap
Date: Sat May 01 2010 - 11:51:29 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

Fix build error:
arch/x86/mm/pgtable_32.c:130: error: implicit declaration of function 'fixup_early_ioremap'

in patch: x86-fix-handling-of-the-reservetop-boot-option.patch

Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
Cc: Liang Li <liang.li@xxxxxxxxxxxxx>
---
arch/x86/mm/pgtable_32.c | 1 +
1 file changed, 1 insertion(+)

--- mmotm-2010-0428-1653.orig/arch/x86/mm/pgtable_32.c
+++ mmotm-2010-0428-1653/arch/x86/mm/pgtable_32.c
@@ -15,6 +15,7 @@
#include <asm/pgalloc.h>
#include <asm/fixmap.h>
#include <asm/e820.h>
+#include <asm/io.h>
#include <asm/tlb.h>
#include <asm/tlbflush.h>

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/