Re: [PATCH] clk: keystone: add missing MODULE_LICENSE

From: Santosh Shilimkar
Date: Fri Oct 05 2018 - 14:11:06 EST


On 10/5/2018 9:11 AM, Arnd Bergmann wrote:
A randconfig build showed that two clk modules have no license tag:

WARNING: modpost: missing MODULE_LICENSE() in drivers/clk/keystone/gate.o
see include/linux/module.h for more information
WARNING: modpost: missing MODULE_LICENSE() in drivers/clk/keystone/pll.o
see include/linux/module.h for more information

Add the appropriate information from the comment at the start of the
two files.

Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
---
Thanks Arnd.
Acked-by: Santosh Shilimkar <ssantosh@xxxxxxxxxx>