Skip to content

Commit 8ad1193

Browse files
agxbebarino
authored andcommitted
clk: bd718x7: Add MODULE_ALIAS()
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]>
1 parent 54ecb8f commit 8ad1193

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/clk-bd718x7.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,4 @@ module_platform_driver(bd71837_clk);
133133
MODULE_AUTHOR("Matti Vaittinen <[email protected]>");
134134
MODULE_DESCRIPTION("BD71837/BD71847/BD70528 chip clk driver");
135135
MODULE_LICENSE("GPL");
136+
MODULE_ALIAS("platform:bd718xx-clk");

0 commit comments

Comments
 (0)