From: Chris Zankel Date: Tue, 23 Aug 2011 02:27:24 +0000 (-0700) Subject: xtensa: move the prefetch include out of the assembly section X-Git-Tag: next-20110830~78^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=15692f2c43e0e871e7146d099d3bd4f798dafca7;p=karo-tx-linux.git 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 --- 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