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 <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent a015b18 commit e2a7910

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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 <[email protected]>");
850+
MODULE_DESCRIPTION("Clock control for Cirrus EP93xx chips");

0 commit comments

Comments
 (0)