Skip to content

Commit

Permalink
clk: bcm: dvp: Add missing module informations
Browse files Browse the repository at this point in the history
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 <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20200626112513.90816-1-maxime@cerno.tech
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
  • Loading branch information
mripard authored and bebarino committed Jun 26, 2020
1 parent 56643d9 commit eb46f54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/clk/bcm/clk-bcm2711-dvp.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,7 @@ static struct platform_driver clk_dvp_driver = {
},
};
module_platform_driver(clk_dvp_driver);

MODULE_AUTHOR("Maxime Ripard <maxime@cerno.tech>");
MODULE_DESCRIPTION("BCM2711 DVP clock driver");
MODULE_LICENSE("GPL");

0 comments on commit eb46f54

Please sign in to comment.