linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: bcm: dvp: Add missing module informations
@ 2020-06-26 11:25 Maxime Ripard
  2020-06-26 18:58 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Maxime Ripard @ 2020-06-26 11:25 UTC (permalink / raw)
  To: Nicolas Saenz Julienne, Mike Turquette, Stephen Boyd
  Cc: linux-rpi-kernel, bcm-kernel-feedback-list, linux-clk, Maxime Ripard

The driver for the DVP controller in the BCM2711 was missing the MODULE_*
macros resulting in a modpost warning at compilation.

Fixes: 1bc95972715a ("clk: bcm: Add BCM2711 DVP driver")
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
---
 drivers/clk/bcm/clk-bcm2711-dvp.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/clk/bcm/clk-bcm2711-dvp.c b/drivers/clk/bcm/clk-bcm2711-dvp.c
index 84dbc886e303..8333e20dc9d2 100644
--- a/drivers/clk/bcm/clk-bcm2711-dvp.c
+++ b/drivers/clk/bcm/clk-bcm2711-dvp.c
@@ -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");
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] clk: bcm: dvp: Add missing module informations
  2020-06-26 11:25 [PATCH] clk: bcm: dvp: Add missing module informations Maxime Ripard
@ 2020-06-26 18:58 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2020-06-26 18:58 UTC (permalink / raw)
  To: Maxime Ripard, Mike Turquette, Nicolas Saenz Julienne
  Cc: linux-rpi-kernel, bcm-kernel-feedback-list, linux-clk, Maxime Ripard

Quoting Maxime Ripard (2020-06-26 04:25:13)
> The driver for the DVP controller in the BCM2711 was missing the MODULE_*
> macros resulting in a modpost warning at compilation.
> 
> Fixes: 1bc95972715a ("clk: bcm: Add BCM2711 DVP driver")
> Signed-off-by: Maxime Ripard <maxime@cerno.tech>
> ---

Applied to clk-next

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-26 18:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-26 11:25 [PATCH] clk: bcm: dvp: Add missing module informations Maxime Ripard
2020-06-26 18:58 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).