diff options
author | Masahiro Yamada <[email protected]> | 2023-08-08 00:36:54 +0900 |
---|---|---|
committer | Geert Uytterhoeven <[email protected]> | 2023-08-21 13:27:43 +0200 |
commit | 6831a8a3bd76adb7f7c91006a8ce8b3b67a666cc (patch) | |
tree | dcb477e1f3e0717d210ad2394915f157592ac2c0 | |
parent | 7547cbe20ee80d24f3e182b4dcd3e05c473fb10b (diff) |
m68k: Remove <asm/export.h>
All *.S files under arch/m68k/ have been converted to include
<linux/export.h> instead of <asm/export.h>.
Remove <asm/export.h>.
Signed-off-by: Masahiro Yamada <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Geert Uytterhoeven <[email protected]>
-rw-r--r-- | arch/m68k/include/asm/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/Kbuild b/arch/m68k/include/asm/Kbuild index 1b720299deb1..0dbf9c5c6fae 100644 --- a/arch/m68k/include/asm/Kbuild +++ b/arch/m68k/include/asm/Kbuild @@ -1,6 +1,5 @@ # SPDX-License-Identifier: GPL-2.0 generated-y += syscall_table.h -generic-y += export.h generic-y += extable.h generic-y += kvm_para.h generic-y += mcs_spinlock.h |