Skip to content

Commit e2a7910

Browse files
committed
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 <alexander.sverdlin@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent a015b18 commit e2a7910

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/clk/clk-ep93xx.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,3 +844,7 @@ static struct auxiliary_driver ep93xx_clk_driver = {
844844
.id_table = ep93xx_clk_ids,
845845
};
846846
module_auxiliary_driver(ep93xx_clk_driver);
847+
848+
MODULE_LICENSE("GPL");
849+
MODULE_AUTHOR("Nikita Shubin <nikita.shubin@maquefel.me>");
850+
MODULE_DESCRIPTION("Clock control for Cirrus EP93xx chips");

0 commit comments

Comments
 (0)