[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231126151222.1556761-1-masahiroy@kernel.org>
Date: Mon, 27 Nov 2023 00:12:22 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Chris Zankel <chris@...kel.net>, Max Filippov <jcmvbkbc@...il.com>
Cc: Masahiro Yamada <masahiroy@...nel.org>,
linux-kernel@...r.kernel.org
Subject: [PATCH] xtensa: replace <asm-generic/export.h> with <linux/export.h>
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@...nel.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
Powered by blists - more mailing lists