From: Randy Dunlap on
From: Randy Dunlap <randy.dunlap(a)oracle.com>

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(a)oracle.com>
Cc: Liang Li <liang.li(a)windriver.com>
---
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(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/