]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
x86: devicetree.h needs export.h
authorRandy Dunlap <rdunlap@xenotime.net>
Sat, 30 Jul 2011 01:04:22 +0000 (18:04 -0700)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 05:43:48 +0000 (01:43 -0400)
devicetree.c needs to include linux/export.h to fix build errors.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/x86/kernel/devicetree.c

index a621f3427685ab272d636e1b9ff06b9b0be8a01b..52821799a702c8c4f22719865bc90d82490294c0 100644 (file)
@@ -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>