Skip to content

Commit

Permalink
clk: ep93xx: add module license
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
arndb committed Sep 12, 2024
1 parent a015b18 commit e2a7910
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/clk/clk-ep93xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>");
MODULE_DESCRIPTION("Clock control for Cirrus EP93xx chips");

0 comments on commit e2a7910

Please sign in to comment.