[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJM55Z80u-0kmMkZDXxiiSOxktSHcSU_7CC6BwnK+3O2P-4=QQ@mail.gmail.com>
Date: Tue, 28 Nov 2023 13:19:25 +0100
From: Emil Renner Berthing <emil.renner.berthing@...onical.com>
To: Masahiro Yamada <masahiroy@...nel.org>,
Paul Walmsley <paul.walmsley@...ive.com>,
Palmer Dabbelt <palmer@...belt.com>,
Albert Ou <aou@...s.berkeley.edu>,
linux-riscv@...ts.infradead.org
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] riscv: remove unneeded #include <asm-generic/export.h>
Masahiro Yamada wrote:
> There is no EXPORT_SYMBOL() line there, hence
> "#include <asm-generic/export.h>" is unneeded.
>
> Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>
Reviewed-by: Emil Renner Berthing <emil.renner.berthing@...onical.com>
Thanks!
/Emil
> ---
>
> 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
>
>
> _______________________________________________
> linux-riscv mailing list
> linux-riscv@...ts.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-riscv
Powered by blists - more mailing lists