Skip to content

Commit eb46f54

Browse files
mripardbebarino
authored andcommitted
clk: bcm: dvp: Add missing module informations
The driver for the DVP controller in the BCM2711 was missing the MODULE_* macros resulting in a modpost warning at compilation. Fixes: 1bc9597 ("clk: bcm: Add BCM2711 DVP driver") Signed-off-by: Maxime Ripard <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 56643d9 commit eb46f54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/clk/bcm/clk-bcm2711-dvp.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,7 @@ static struct platform_driver clk_dvp_driver = {
118118
},
119119
};
120120
module_platform_driver(clk_dvp_driver);
121+
122+
MODULE_AUTHOR("Maxime Ripard <[email protected]>");
123+
MODULE_DESCRIPTION("BCM2711 DVP clock driver");
124+
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)