]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
xtensa: move the prefetch include out of the assembly section
authorChris Zankel <chris@zankel.net>
Tue, 23 Aug 2011 02:27:24 +0000 (19:27 -0700)
committerChris Zankel <chris@zankel.net>
Thu, 25 Aug 2011 03:59:28 +0000 (20:59 -0700)
The prefetch.h contains C code but was included for assembly sources.

Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/include/asm/uaccess.h

index 3fa526fd3c9989a3b279e4720cbb03742739cb16..c9575763c15355e5026cbb1ac47d588ea2e2d506 100644 (file)
@@ -17,7 +17,6 @@
 #define _XTENSA_UACCESS_H
 
 #include <linux/errno.h>
-#include <linux/prefetch.h>
 #include <asm/types.h>
 
 #define VERIFY_READ    0
 #else /* __ASSEMBLY__ not defined */
 
 #include <linux/sched.h>
+#include <linux/prefetch.h>
 
 /*
  * The fs value determines whether argument validity checking should