linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: replace <asm-generic/export.h> with <linux/export.h>
@ 2023-11-26 15:10 Masahiro Yamada
  2023-12-05 15:16 ` Will Deacon
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2023-11-26 15:10 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Masahiro Yamada, Catalin Marinas, Will Deacon, linux-kernel

Commit ddb5cdbafaaa ("kbuild: generate KSYMTAB entries by modpost")
deprecated <asm-generic/export.h>, which is now a wrapper of
<linux/export.h>.

Replace #include <asm-generic/export.h> with #include <linux/export.h>.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---

 arch/arm64/include/asm/assembler.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/include/asm/assembler.h b/arch/arm64/include/asm/assembler.h
index 376a980f2bad..7b1975bf4b90 100644
--- a/arch/arm64/include/asm/assembler.h
+++ b/arch/arm64/include/asm/assembler.h
@@ -12,7 +12,7 @@
 #ifndef __ASM_ASSEMBLER_H
 #define __ASM_ASSEMBLER_H
 
-#include <asm-generic/export.h>
+#include <linux/export.h>
 
 #include <asm/alternative.h>
 #include <asm/asm-bug.h>
-- 
2.40.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: replace <asm-generic/export.h> with <linux/export.h>
  2023-11-26 15:10 [PATCH] arm64: replace <asm-generic/export.h> with <linux/export.h> Masahiro Yamada
@ 2023-12-05 15:16 ` Will Deacon
  0 siblings, 0 replies; 2+ messages in thread
From: Will Deacon @ 2023-12-05 15:16 UTC (permalink / raw)
  To: linux-arm-kernel, Masahiro Yamada
  Cc: catalin.marinas, kernel-team, Will Deacon, linux-kernel

On Mon, 27 Nov 2023 00:10:45 +0900, Masahiro Yamada wrote:
> Commit ddb5cdbafaaa ("kbuild: generate KSYMTAB entries by modpost")
> deprecated <asm-generic/export.h>, which is now a wrapper of
> <linux/export.h>.
> 
> Replace #include <asm-generic/export.h> with #include <linux/export.h>.
> 
> 
> [...]

Applied to arm64 (for-next/kbuild), thanks!

[1/1] arm64: replace <asm-generic/export.h> with <linux/export.h>
      https://git.kernel.org/arm64/c/8fd7588fd4ee

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-05 15:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-26 15:10 [PATCH] arm64: replace <asm-generic/export.h> with <linux/export.h> Masahiro Yamada
2023-12-05 15:16 ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).