]> git.itanic.dy.fi Git - linux-stable/blobdiff - arch/x86/lib/copy_user_64.S
x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>
[linux-stable] / arch / x86 / lib / copy_user_64.S
index 0a81aafed7f88eeb8391739aa5dc308785d0fd15..fc9fb5d0617443c2b25a2bf97bd8a6ea988b8478 100644 (file)
@@ -6,11 +6,11 @@
  * Functions to copy from and to user space.
  */
 
+#include <linux/export.h>
 #include <linux/linkage.h>
 #include <asm/cpufeatures.h>
 #include <asm/alternative.h>
 #include <asm/asm.h>
-#include <asm/export.h>
 
 /*
  * rep_movs_alternative - memory copy with exception handling.