Skip to content

Commit

Permalink
clk: bd718x7: Add MODULE_ALIAS()
Browse files Browse the repository at this point in the history
This fixes device probing when built as a module.

Signed-off-by: Guido Günther <[email protected]>
Link: https://lkml.kernel.org/r/e1d01b68cdf7dbff9bdd03bab953f828431ad292.1569875042.git.agx@sigxcpu.org
Signed-off-by: Stephen Boyd <[email protected]>
  • Loading branch information
agx authored and bebarino committed Oct 3, 2019
1 parent 54ecb8f commit 8ad1193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/clk-bd718x7.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,4 @@ module_platform_driver(bd71837_clk);
MODULE_AUTHOR("Matti Vaittinen <[email protected]>");
MODULE_DESCRIPTION("BD71837/BD71847/BD70528 chip clk driver");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:bd718xx-clk");

0 comments on commit 8ad1193

Please sign in to comment.