clk: keystone: add missing MODULE_LICENSE
authorArnd Bergmann <arnd@arndb.de>
Fri, 5 Oct 2018 16:11:15 +0000 (18:11 +0200)
committerStephen Boyd <sboyd@kernel.org>
Mon, 8 Oct 2018 02:53:28 +0000 (19:53 -0700)
commit9e6dbc3d5cfc1afec5aefe87a7fffd5b9d44f09a
tree4af68128cdc9d2af597266f0d701a9ce06be3d8f
parent2f149e6e14bcb5e581e49307b54aafcd6f74a74f
clk: keystone: add missing MODULE_LICENSE

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@arndb.de>
Acked-by: Santosh Shilimkar <ssantosh@krenel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/keystone/gate.c
drivers/clk/keystone/pll.c