]> git.dujemihanovic.xyz Git - linux.git/commitdiff
powerpc: remove unneeded #include <asm/export.h>
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 6 Aug 2023 15:09:52 +0000 (00:09 +0900)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 16 Aug 2023 13:54:48 +0000 (23:54 +1000)
There is no EXPORT_SYMBOL line there, hence #include <asm/export.h>
is unneeded.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230806150954.394189-1-masahiroy@kernel.org
arch/powerpc/kernel/entry_32.S
arch/powerpc/kernel/head_40x.S
arch/powerpc/kernel/head_44x.S
arch/powerpc/kernel/head_64.S
arch/powerpc/kernel/head_85xx.S
arch/powerpc/kernel/head_8xx.S
arch/powerpc/kernel/head_book3s_32.S
arch/powerpc/kernel/trace/ftrace_64_pg.S
arch/powerpc/kernel/trace/ftrace_mprofile.S

index fe27d41f9a3de50c4f874686b6725ea53189a19e..9692acb0361fbf56bb96bfb320b5d4b73f67a431 100644 (file)
@@ -29,7 +29,6 @@
 #include <asm/asm-offsets.h>
 #include <asm/unistd.h>
 #include <asm/ptrace.h>
-#include <asm/export.h>
 #include <asm/feature-fixups.h>
 #include <asm/barrier.h>
 #include <asm/kup.h>
index 3f68a162464620be3f3f2dcabe2c06dcb6f762e7..b32e7b2ebdcfd20524c52903adaba4f22ce996bc 100644 (file)
@@ -38,7 +38,6 @@
 #include <asm/ppc_asm.h>
 #include <asm/asm-offsets.h>
 #include <asm/ptrace.h>
-#include <asm/export.h>
 
 #include "head_32.h"
 
index 63a85c16fef460b81dbacf7294b33945118c9aa7..a3197c9f721cde70411537286035f752c3c643ad 100644 (file)
@@ -35,7 +35,6 @@
 #include <asm/asm-offsets.h>
 #include <asm/ptrace.h>
 #include <asm/synch.h>
-#include <asm/export.h>
 #include <asm/code-patching-asm.h>
 #include "head_booke.h"
 
index f132d8704263cd683f78eed26387aee0babef52c..bc588ff7bb3e99bf156f11a28ffa8029eb1cc08f 100644 (file)
@@ -40,7 +40,6 @@
 #include <asm/hw_irq.h>
 #include <asm/cputhreads.h>
 #include <asm/ppc-opcode.h>
-#include <asm/export.h>
 #include <asm/feature-fixups.h>
 #ifdef CONFIG_PPC_BOOK3S
 #include <asm/exception-64s.h>
index fdbee1093e2baadc82ad7860a2860d282722d41d..97e9ea0c729793574d69d87625ff870568481521 100644 (file)
@@ -40,7 +40,6 @@
 #include <asm/asm-offsets.h>
 #include <asm/cache.h>
 #include <asm/ptrace.h>
-#include <asm/export.h>
 #include <asm/feature-fixups.h>
 #include "head_booke.h"
 
index a79751e05781da40427fc270255ad37e373cef19..647b0b445e89dbf26c80b4dee0a30e766fa9ec75 100644 (file)
@@ -29,7 +29,6 @@
 #include <asm/ppc_asm.h>
 #include <asm/asm-offsets.h>
 #include <asm/ptrace.h>
-#include <asm/export.h>
 #include <asm/code-patching-asm.h>
 #include <asm/interrupt.h>
 
index c51f28b5abc05b35f14f0fc89961f863749b9ba6..6764b98ca360fe048f7375c1b4e6209376a94eec 100644 (file)
@@ -31,7 +31,6 @@
 #include <asm/ptrace.h>
 #include <asm/bug.h>
 #include <asm/kvm_book3s_asm.h>
-#include <asm/export.h>
 #include <asm/feature-fixups.h>
 #include <asm/interrupt.h>
 
index 6708e24db0aba8c159d50c56eca6f3b419b1fe94..cdbcb5a0783b3d85b809782c08e6da23da8445fc 100644 (file)
@@ -8,7 +8,6 @@
 #include <asm/asm-offsets.h>
 #include <asm/ftrace.h>
 #include <asm/ppc-opcode.h>
-#include <asm/export.h>
 
 _GLOBAL_TOC(ftrace_caller)
        lbz     r3, PACA_FTRACE_ENABLED(r13)
index ffb1db3868499896f89584acfa74d14872892557..15fc75ffff32e02e10f6b197557872e79a949a01 100644 (file)
@@ -8,7 +8,6 @@
 #include <asm/asm-offsets.h>
 #include <asm/ftrace.h>
 #include <asm/ppc-opcode.h>
-#include <asm/export.h>
 #include <asm/thread_info.h>
 #include <asm/bug.h>
 #include <asm/ptrace.h>