From: Arnd Bergmann Date: Wed, 11 Sep 2024 12:04:50 +0000 (+0000) Subject: clk: ep93xx: add module license X-Git-Tag: v6.12-rc1~34^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e2a79105903a9122c2717515454f9c05dd9081e4;p=thirdparty%2Flinux.git clk: ep93xx: add module license When configured as a lodable module, this driver produces a build time warning: ERROR: modpost: missing MODULE_LICENSE() in drivers/clk/clk-ep93xx.o All all three tags for license, author and description based on the header. Acked-by: Alexander Sverdlin Signed-off-by: Arnd Bergmann --- diff --git a/drivers/clk/clk-ep93xx.c b/drivers/clk/clk-ep93xx.c index 4727c06a59ba7..26317623d9d57 100644 --- a/drivers/clk/clk-ep93xx.c +++ b/drivers/clk/clk-ep93xx.c @@ -844,3 +844,7 @@ static struct auxiliary_driver ep93xx_clk_driver = { .id_table = ep93xx_clk_ids, }; module_auxiliary_driver(ep93xx_clk_driver); + +MODULE_LICENSE("GPL"); +MODULE_AUTHOR("Nikita Shubin "); +MODULE_DESCRIPTION("Clock control for Cirrus EP93xx chips");