[3/3] loongarch: remove <asm/export.h>

Message ID 20230807154250.998765-3-masahiroy@kernel.org
State New
Headers
Series [1/3] loongarch: remove unneeded #include <asm/export.h> |

Commit Message

Masahiro Yamada Aug. 7, 2023, 3:42 p.m. UTC
  All *.S files under arch/loongarch/ 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/loongarch/include/asm/Kbuild | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Masahiro Yamada Aug. 7, 2023, 4:18 p.m. UTC | #1
On Tue, Aug 8, 2023 at 12:56 AM Huacai Chen <chenhuacai@kernel.org> wrote:
>
> Hi, Masahiro,
>
> Is this series only for linux-next (6.6), or also needed by 6.5?

I meant it for  linux-next (6.6).

Code clean-up can wait for the next MW.
  

Patch

diff --git a/arch/loongarch/include/asm/Kbuild b/arch/loongarch/include/asm/Kbuild
index 6b222f227342..93783fa24f6e 100644
--- a/arch/loongarch/include/asm/Kbuild
+++ b/arch/loongarch/include/asm/Kbuild
@@ -1,6 +1,5 @@ 
 # SPDX-License-Identifier: GPL-2.0
 generic-y += dma-contiguous.h
-generic-y += export.h
 generic-y += mcs_spinlock.h
 generic-y += parport.h
 generic-y += early_ioremap.h