[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231126151739.1557369-1-masahiroy@kernel.org>
Date: Mon, 27 Nov 2023 00:17:38 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Paul Walmsley <paul.walmsley@...ive.com>,
Palmer Dabbelt <palmer@...belt.com>,
Albert Ou <aou@...s.berkeley.edu>,
linux-riscv@...ts.infradead.org
Cc: Masahiro Yamada <masahiroy@...nel.org>,
linux-kernel@...r.kernel.org
Subject: [PATCH 1/2] riscv: remove unneeded #include <asm-generic/export.h>
There is no EXPORT_SYMBOL() line there, hence
"#include <asm-generic/export.h>" is unneeded.
Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>
---
arch/riscv/kernel/mcount-dyn.S | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/riscv/kernel/mcount-dyn.S b/arch/riscv/kernel/mcount-dyn.S
index 58dd96a2a153..952233aa273a 100644
--- a/arch/riscv/kernel/mcount-dyn.S
+++ b/arch/riscv/kernel/mcount-dyn.S
@@ -8,7 +8,6 @@
#include <asm/unistd.h>
#include <asm/thread_info.h>
#include <asm/asm-offsets.h>
-#include <asm-generic/export.h>
#include <asm/ftrace.h>
.text
--
2.40.1
Powered by blists - more mailing lists