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

From: Rasmus Villemoes
Date: Tue Jan 31 2023 - 05:59:26 EST


On 31/01/2023 11.41, Arnd Bergmann wrote:
> 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?

Yes, please!