[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20100501085117.5d1e48cc.rdunlap@xenotime.net>
Date: Sat, 1 May 2010 08:51:17 -0700
From: Randy Dunlap <rdunlap@...otime.net>
To: lkml <linux-kernel@...r.kernel.org>
Cc: akpm <akpm@...ux-foundation.org>, Liang Li <liang.li@...driver.com>
Subject: [PATCH -mmotm] x86/mm/pgtable_32.c: add include asm/io.h
From: Randy Dunlap <randy.dunlap@...cle.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@...cle.com>
Cc: Liang Li <liang.li@...driver.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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists