aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/meson/axg-aoclk.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clk/meson/axg-aoclk.c')
-rw-r--r--drivers/clk/meson/axg-aoclk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/clk/meson/axg-aoclk.c b/drivers/clk/meson/axg-aoclk.c
index e4d0f46f47f5..fa1dcb7f91e4 100644
--- a/drivers/clk/meson/axg-aoclk.c
+++ b/drivers/clk/meson/axg-aoclk.c
@@ -338,6 +338,7 @@ static struct platform_driver axg_aoclkc_driver = {
.of_match_table = axg_aoclkc_match_table,
},
};
-
module_platform_driver(axg_aoclkc_driver);
+
+MODULE_DESCRIPTION("Amlogic AXG Always-ON Clock Controller driver");
MODULE_LICENSE("GPL");