[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110729180422.07355fdb.rdunlap@xenotime.net>
Date: Fri, 29 Jul 2011 18:04:22 -0700
From: Randy Dunlap <rdunlap@...otime.net>
To: Stephen Rothwell <sfr@...b.auug.org.au>, x86@...nel.org
Cc: linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH -next] x86: devicetree.h needs export.h
From: Randy Dunlap <rdunlap@...otime.net>
devicetree.c needs to include linux/export.h to fix build errors.
Signed-off-by: Randy Dunlap <rdunlap@...otime.net>
---
arch/x86/kernel/devicetree.c | 1 +
1 file changed, 1 insertion(+)
--- linux-next-20110729.orig/arch/x86/kernel/devicetree.c
+++ linux-next-20110729/arch/x86/kernel/devicetree.c
@@ -2,6 +2,7 @@
* Architecture specific OF callbacks.
*/
#include <linux/bootmem.h>
+#include <linux/export.h>
#include <linux/io.h>
#include <linux/interrupt.h>
#include <linux/list.h>
--
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