Re: [PATCH] ARM: pxa/tosa-bt: add MODULE_LICENSE tag

From: Arnd Bergmann
Date: Fri Jan 19 2018 - 11:02:38 EST


On Wed, Jan 10, 2018 at 9:22 PM, Robert Jarzmik <robert.jarzmik@xxxxxxx> wrote:
> Arnd Bergmann <arnd@xxxxxxxx> writes:
>
>> Without this tag, we get a build warning:
>>
>> WARNING: modpost: missing MODULE_LICENSE() in arch/arm/mach-pxa/tosa-bt.o
>>
>> For completeness, I'm also adding author and description fields.
>>
>> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
>
> Queued into pxa/for-next, thanks.

I see now that you didn't send this back to arm@xxxxxxxxxxx I assume you planned
to send it for 4.17, but kernelci now still reports the warning for
both 4.15 and
linux-next (4.16). Should we just include this patch in the 4.16 fixes instead?

Arnd