2021-02-22 08:12:07

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warnings after merge of the sparc tree

Hi all,

After merging the sparc tree, today's linux-next build (sparc64 defconfig)
produced these warnings:

arch/sparc/configs/sparc64_defconfig:237:warning: override: reassigning to symbol ATA
arch/sparc/configs/sparc64_defconfig:239:warning: override: reassigning to symbol HAPPYMEAL

Presumably introduced by commit

520615e1f5b2 ("sparc64: switch defconfig from the legacy ide driver to libata")

or commit

a57cdeb369ef ("sparc: sparc64_defconfig: add necessary configs for qemu")

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2021-02-25 10:54:44

by Corentin LABBE

[permalink] [raw]
Subject: Re: linux-next: build warnings after merge of the sparc tree

Le Mon, Feb 22, 2021 at 07:09:28PM +1100, Stephen Rothwell a ?crit :
> Hi all,
>
> After merging the sparc tree, today's linux-next build (sparc64 defconfig)
> produced these warnings:
>
> arch/sparc/configs/sparc64_defconfig:237:warning: override: reassigning to symbol ATA
> arch/sparc/configs/sparc64_defconfig:239:warning: override: reassigning to symbol HAPPYMEAL
>
> Presumably introduced by commit
>
> 520615e1f5b2 ("sparc64: switch defconfig from the legacy ide driver to libata")
>
> or commit
>
> a57cdeb369ef ("sparc: sparc64_defconfig: add necessary configs for qemu")
>
> --
> Cheers,
> Stephen Rothwell

Hello

Sorry, that's my fault for both warnings.
I send a patch fixing that.

Thanks for the report
Regards