summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/entry_32.S
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2023-08-06 17:09:52 +0200
committerMichael Ellerman <mpe@ellerman.id.au>2023-08-16 15:54:48 +0200
commit3eb3f168e83aa7a7b8477507cf4b08b9515b4b13 (patch)
tree413042d690b4acf0929ffd4acf0d8f385ac4a057 /arch/powerpc/kernel/entry_32.S
parentpowerpc/inst: add PPC_TLBILX_LPID (diff)
downloadlinux-3eb3f168e83aa7a7b8477507cf4b08b9515b4b13.tar.xz
linux-3eb3f168e83aa7a7b8477507cf4b08b9515b4b13.zip
powerpc: remove unneeded #include <asm/export.h>
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
Diffstat (limited to 'arch/powerpc/kernel/entry_32.S')
-rw-r--r--arch/powerpc/kernel/entry_32.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/entry_32.S b/arch/powerpc/kernel/entry_32.S
index fe27d41f9a3d..9692acb0361f 100644
--- a/arch/powerpc/kernel/entry_32.S
+++ b/arch/powerpc/kernel/entry_32.S
@@ -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>