]> Git Repo - linux.git/commitdiff
media: hi846: include property.h instead of of_graph.h
authorMartin Kepplinger <[email protected]>
Tue, 19 Oct 2021 15:55:08 +0000 (16:55 +0100)
committerMauro Carvalho Chehab <[email protected]>
Fri, 19 Nov 2021 05:55:45 +0000 (05:55 +0000)
Include the more portable property.h instead of the OF specific of_graph.h

Signed-off-by: Martin Kepplinger <[email protected]>
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
drivers/media/i2c/hi846.c

index 822ce3021fde4dc5e44cba4760c7f7c8cfb964d9..614d5593290361a883c9b13be80a507b020c2247 100644 (file)
@@ -7,9 +7,9 @@
 #include <linux/gpio/consumer.h>
 #include <linux/i2c.h>
 #include <linux/module.h>
-#include <linux/of_graph.h>
 #include <linux/pm_runtime.h>
 #include <linux/pm.h>
+#include <linux/property.h>
 #include <linux/regulator/consumer.h>
 #include <media/v4l2-ctrls.h>
 #include <media/v4l2-device.h>
This page took 0.161109 seconds and 4 git commands to generate.