Re: [PATCH resend] compiler-intel: Remove duplicate RELOC_HIDE()

From: Arnd Bergmann
Date: Tue Jan 31 2023 - 05:41:37 EST


On Tue, Jan 31, 2023, at 11:37, Geert Uytterhoeven wrote:
> The RELOC_HIDE() implementation for the Intel compiler is identical to
> the generic version in <linux/compiler.h>, so the former can just be
> removed.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> ---
> Not even compile-tested.
> ---
> include/linux/compiler-intel.h | 5 -----
> 1 file changed, 5 deletions(-)

I thought the entire file was gone already. I don't see anyone
objecting to the earlier patch

https://lore.kernel.org/all/20221016182349.49308-1-masahiroy@xxxxxxxxxx/

but it never made it in. Maybe we can revive that instead?

Otherwise, your patch looks obviously correct as well.

Acked-by: Arnd Bergmann <arnd@xxxxxxxx>