summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/copy_user_uncached_64.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/lib/copy_user_uncached_64.S')
-rw-r--r--arch/x86/lib/copy_user_uncached_64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/copy_user_uncached_64.S b/arch/x86/lib/copy_user_uncached_64.S
index 5c5f38d32..2918e36ee 100644
--- a/arch/x86/lib/copy_user_uncached_64.S
+++ b/arch/x86/lib/copy_user_uncached_64.S
@@ -3,9 +3,9 @@
* Copyright 2023 Linus Torvalds <torvalds@linux-foundation.org>
*/
+#include <linux/export.h>
#include <linux/linkage.h>
#include <asm/asm.h>
-#include <asm/export.h>
/*
* copy_user_nocache - Uncached memory copy with exception handling