summaryrefslogtreecommitdiff
path: root/drivers/media
diff options
context:
space:
mode:
authorMartin Kepplinger <martin.kepplinger@puri.sm>2021-10-19 18:55:08 +0300
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-11-19 08:55:45 +0300
commite7cc3e09600822eb4f87734ff850724ea4dc540b (patch)
treedf46f32c4d7e6cba77f85eb1e5d235f86c9012ef /drivers/media
parent13cbaa4c2b7bf9f8285e1164d005dbf08244ecd5 (diff)
downloadlinux-e7cc3e09600822eb4f87734ff850724ea4dc540b.tar.xz
media: hi846: include property.h instead of of_graph.h
Include the more portable property.h instead of the OF specific of_graph.h Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/i2c/hi846.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/hi846.c b/drivers/media/i2c/hi846.c
index 822ce3021fde..614d55932903 100644
--- a/drivers/media/i2c/hi846.c
+++ b/drivers/media/i2c/hi846.c
@@ -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>