summaryrefslogtreecommitdiff
path: root/drivers/clk/meson/g12a-aoclk.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clk/meson/g12a-aoclk.c')
-rw-r--r--drivers/clk/meson/g12a-aoclk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/clk/meson/g12a-aoclk.c b/drivers/clk/meson/g12a-aoclk.c
index 58976ed8b92a..a5f4d15d8396 100644
--- a/drivers/clk/meson/g12a-aoclk.c
+++ b/drivers/clk/meson/g12a-aoclk.c
@@ -473,6 +473,7 @@ static struct platform_driver g12a_aoclkc_driver = {
.of_match_table = g12a_aoclkc_match_table,
},
};
-
module_platform_driver(g12a_aoclkc_driver);
+
+MODULE_DESCRIPTION("Amlogic G12A Always-ON Clock Controller driver");
MODULE_LICENSE("GPL");