summaryrefslogtreecommitdiff
path: root/arch/ia64/lib/copy_page_mck.S
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2023-08-20 02:33:50 +0300
committerMasahiro Yamada <masahiroy@kernel.org>2023-08-22 12:12:46 +0300
commitab03e604bb91819cb0dcd0decc64f6919c2c7039 (patch)
tree326d8d227d5d45ee6743071baf923867f31381f3 /arch/ia64/lib/copy_page_mck.S
parentee8aff7fbea3ee4b7352b6cf8202d6619072a28d (diff)
downloadlinux-ab03e604bb91819cb0dcd0decc64f6919c2c7039.tar.xz
ia64: replace #include <asm/export.h> with #include <linux/export.h>
Commit ddb5cdbafaaa ("kbuild: generate KSYMTAB entries by modpost") deprecated <asm/export.h>, which is now a wrapper of <linux/export.h>. Replace #include <asm/export.h> with #include <linux/export.h>. After all the <asm/export.h> lines are converted, <asm/export.h> and <asm-generic/export.h> will be removed. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'arch/ia64/lib/copy_page_mck.S')
-rw-r--r--arch/ia64/lib/copy_page_mck.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/lib/copy_page_mck.S b/arch/ia64/lib/copy_page_mck.S
index d6fd56e4f1c1..5e8bb4b4b535 100644
--- a/arch/ia64/lib/copy_page_mck.S
+++ b/arch/ia64/lib/copy_page_mck.S
@@ -60,9 +60,9 @@
* to fetch the second-half of the L2 cache line into L1, and the tX words are copied in
* an order that avoids bank conflicts.
*/
+#include <linux/export.h>
#include <asm/asmmacro.h>
#include <asm/page.h>
-#include <asm/export.h>
#define PREFETCH_DIST 8 // McKinley sustains 16 outstanding L2 misses (8 ld, 8 st)