[2/2] m68k: remove <asm/export.h>

Message ID 20230807153654.997091-2-masahiroy@kernel.org
State New
Headers
Series [1/2] m68k: replace #include <asm/export.h> with #include <linux/export.h> |

Commit Message

Masahiro Yamada Aug. 7, 2023, 3:36 p.m. UTC
  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 <masahiroy@kernel.org>
---

 arch/m68k/include/asm/Kbuild | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Geert Uytterhoeven Aug. 16, 2023, 2:55 p.m. UTC | #1
On Mon, Aug 7, 2023 at 5:37 PM Masahiro Yamada <masahiroy@kernel.org> wrote:
> 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 <masahiroy@kernel.org>

Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
i.e. will queue in the m68k for-v6.6 branch.

Gr{oetje,eeting}s,

                        Geert
  

Patch

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