All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media: i2c: imx219: Drop <linux/clk-provider.h> and <linux/clkdev.h>
@ 2020-05-06 12:03 Geert Uytterhoeven
  2020-05-12 21:13 ` Stephen Boyd
  2020-05-14 13:12 ` Dave Stevenson
  0 siblings, 2 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2020-05-06 12:03 UTC (permalink / raw)
  To: Dave Stevenson, Mauro Carvalho Chehab
  Cc: linux-media, linux-clk, Geert Uytterhoeven

The IMX219 camera driver is not a clock provider, but merely a clock
consumer, and thus does not need to include <linux/clk-provider.h> and
<linux/clkdev.h>.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/media/i2c/imx219.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/media/i2c/imx219.c b/drivers/media/i2c/imx219.c
index cb03bdec1f9c8954..078f2093d881d7c2 100644
--- a/drivers/media/i2c/imx219.c
+++ b/drivers/media/i2c/imx219.c
@@ -15,8 +15,6 @@
  */
 
 #include <linux/clk.h>
-#include <linux/clk-provider.h>
-#include <linux/clkdev.h>
 #include <linux/delay.h>
 #include <linux/gpio/consumer.h>
 #include <linux/i2c.h>
-- 
2.17.1


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

end of thread, other threads:[~2020-05-14 13:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-06 12:03 [PATCH] media: i2c: imx219: Drop <linux/clk-provider.h> and <linux/clkdev.h> Geert Uytterhoeven
2020-05-12 21:13 ` Stephen Boyd
2020-05-14 13:12 ` Dave Stevenson
2020-05-14 13:23   ` Geert Uytterhoeven

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.