]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
clk: ep93xx: add module license
authorArnd Bergmann <arnd@arndb.de>
Wed, 11 Sep 2024 12:04:50 +0000 (12:04 +0000)
committerArnd Bergmann <arnd@arndb.de>
Thu, 12 Sep 2024 14:33:12 +0000 (14:33 +0000)
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 <alexander.sverdlin@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/clk/clk-ep93xx.c

index 4727c06a59ba73e906104e0af11ef5c86195a7e2..26317623d9d575b48b974aa858be3b3a87636a03 100644 (file)
@@ -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 <nikita.shubin@maquefel.me>");
+MODULE_DESCRIPTION("Clock control for Cirrus EP93xx chips");