From 15692f2c43e0e871e7146d099d3bd4f798dafca7 Mon Sep 17 00:00:00 2001 From: Chris Zankel Date: Mon, 22 Aug 2011 19:27:24 -0700 Subject: [PATCH] xtensa: move the prefetch include out of the assembly section The prefetch.h contains C code but was included for assembly sources. Signed-off-by: Chris Zankel --- arch/xtensa/include/asm/uaccess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/xtensa/include/asm/uaccess.h b/arch/xtensa/include/asm/uaccess.h index 3fa526fd3c99..c9575763c153 100644 --- a/arch/xtensa/include/asm/uaccess.h +++ b/arch/xtensa/include/asm/uaccess.h @@ -17,7 +17,6 @@ #define _XTENSA_UACCESS_H #include -#include #include #define VERIFY_READ 0 @@ -158,6 +157,7 @@ #else /* __ASSEMBLY__ not defined */ #include +#include /* * The fs value determines whether argument validity checking should -- 2.39.5