* [PATCH] xtensa: replace <asm-generic/export.h> with <linux/export.h>
@ 2023-11-26 15:12 Masahiro Yamada
2023-11-29 9:59 ` Max Filippov
0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2023-11-26 15:12 UTC (permalink / raw)
To: Chris Zankel, Max Filippov; +Cc: Masahiro Yamada, 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/xtensa/include/asm/asmmacro.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/xtensa/include/asm/asmmacro.h b/arch/xtensa/include/asm/asmmacro.h
index 01bf7d9dbb19..a52d49a16ce7 100644
--- a/arch/xtensa/include/asm/asmmacro.h
+++ b/arch/xtensa/include/asm/asmmacro.h
@@ -11,7 +11,7 @@
#ifndef _XTENSA_ASMMACRO_H
#define _XTENSA_ASMMACRO_H
-#include <asm-generic/export.h>
+#include <linux/export.h>
#include <asm/core.h>
/*
--
2.40.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] xtensa: replace <asm-generic/export.h> with <linux/export.h>
2023-11-26 15:12 [PATCH] xtensa: replace <asm-generic/export.h> with <linux/export.h> Masahiro Yamada
@ 2023-11-29 9:59 ` Max Filippov
0 siblings, 0 replies; 2+ messages in thread
From: Max Filippov @ 2023-11-29 9:59 UTC (permalink / raw)
To: Masahiro Yamada; +Cc: Chris Zankel, linux-kernel
On Sun, Nov 26, 2023 at 7:12 AM Masahiro Yamada <masahiroy@kernel.org> 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>.
>
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
> ---
>
> arch/xtensa/include/asm/asmmacro.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks. Applied to my xtensa tree.
--
Thanks.
-- Max
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-11-29 9:59 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:12 [PATCH] xtensa: replace <asm-generic/export.h> with <linux/export.h> Masahiro Yamada
2023-11-29 9:59 ` Max Filippov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®