From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> devicetree.c needs to include linux/export.h to fix build errors. Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> --- 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-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html