alpha: replace #include <asm/export.h> with #include <linux/export.h>

Commit ddb5cdbafa ("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>
This commit is contained in:
Masahiro Yamada
2023-08-22 18:12:46 +09:00
parent b154f64239
commit f3c78e949d
32 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -3,8 +3,8 @@
* arch/alpha/lib/callback_srm.S
*/
#include <linux/export.h>
#include <asm/console.h>
#include <asm/export.h>
.text
#define HWRPB_CRB_OFFSET 0xc0
+1 -1
View File
@@ -4,7 +4,7 @@
*
* Zero an entire page.
*/
#include <asm/export.h>
#include <linux/export.h>
.text
.align 4
.global clear_page
+1 -1
View File
@@ -10,7 +10,7 @@
* a successful copy). There is also some rather minor exception setup
* stuff.
*/
#include <asm/export.h>
#include <linux/export.h>
/* Allow an exception for an insn; exit if we get one. */
#define EX(x,y...) \
+1 -1
View File
@@ -4,7 +4,7 @@
*
* Copy an entire page.
*/
#include <asm/export.h>
#include <linux/export.h>
.text
.align 4
.global copy_page
+1 -1
View File
@@ -12,7 +12,7 @@
* exception setup stuff..
*/
#include <asm/export.h>
#include <linux/export.h>
/* Allow an exception for an insn; exit if we get one. */
#define EXI(x,y...) \
+1 -1
View File
@@ -13,7 +13,7 @@
* added by Ivan Kokshaysky <ink@jurassic.park.msu.ru>
*/
#include <asm/export.h>
#include <linux/export.h>
.globl csum_ipv6_magic
.align 4
.ent csum_ipv6_magic
+1 -1
View File
@@ -46,7 +46,7 @@
* $28 - compare status
*/
#include <asm/export.h>
#include <linux/export.h>
#define halt .long 0
/*
+1 -1
View File
@@ -4,7 +4,7 @@
*
* Zero an entire page.
*/
#include <asm/export.h>
#include <linux/export.h>
.text
.align 4
.global clear_page
+1 -1
View File
@@ -29,7 +29,7 @@
* want to leave a hole (and we also want to avoid repeating lots of work)
*/
#include <asm/export.h>
#include <linux/export.h>
/* Allow an exception for an insn; exit if we get one. */
#define EX(x,y...) \
99: x,##y; \
+1 -1
View File
@@ -57,7 +57,7 @@
destination pages are in the dcache, but it is my guess that this is
less important than the dcache miss case. */
#include <asm/export.h>
#include <linux/export.h>
.text
.align 4
.global copy_page
+1 -1
View File
@@ -23,7 +23,7 @@
* L - lower subcluster; L0 - subcluster L0; L1 - subcluster L1
*/
#include <asm/export.h>
#include <linux/export.h>
/* Allow an exception for an insn; exit if we get one. */
#define EXI(x,y...) \
99: x,##y; \
+1 -1
View File
@@ -53,7 +53,7 @@
* may cause additional delay in rare cases (load-load replay traps).
*/
#include <asm/export.h>
#include <linux/export.h>
.globl csum_ipv6_magic
.align 4
.ent csum_ipv6_magic
+1 -1
View File
@@ -56,7 +56,7 @@
* Try not to change the actual algorithm if possible for consistency.
*/
#include <asm/export.h>
#include <linux/export.h>
#define halt .long 0
/*
+1 -1
View File
@@ -28,7 +28,7 @@
* L - lower subcluster; L0 - subcluster L0; L1 - subcluster L1
* Try not to change the actual algorithm if possible for consistency.
*/
#include <asm/export.h>
#include <linux/export.h>
.set noreorder
.set noat
+1 -1
View File
@@ -20,7 +20,7 @@
* Temp usage notes:
* $1,$2, - scratch
*/
#include <asm/export.h>
#include <linux/export.h>
.set noreorder
.set noat
+1 -1
View File
@@ -27,7 +27,7 @@
* as fixes will need to be made in multiple places. The performance gain
* is worth it.
*/
#include <asm/export.h>
#include <linux/export.h>
.set noat
.set noreorder
.text
+1 -1
View File
@@ -20,7 +20,7 @@
* string once.
*/
#include <asm/export.h>
#include <linux/export.h>
.text
.align 4
+1 -1
View File
@@ -16,7 +16,7 @@
* L - lower subcluster; L0 - subcluster L0; L1 - subcluster L1
* Try not to change the actual algorithm if possible for consistency.
*/
#include <asm/export.h>
#include <linux/export.h>
#include <asm/regdef.h>
.set noreorder
+1 -1
View File
@@ -18,7 +18,7 @@
* U - upper subcluster; U0 - subcluster U0; U1 - subcluster U1
* L - lower subcluster; L0 - subcluster L0; L1 - subcluster L1
*/
#include <asm/export.h>
#include <linux/export.h>
.set noreorder
.set noat
+1 -1
View File
@@ -21,7 +21,7 @@
* Try not to change the actual algorithm if possible for consistency.
*/
#include <asm/export.h>
#include <linux/export.h>
.text
.align 4

Some files were not shown because too many files have changed in this diff Show More