diff options
author | Martin Kepplinger <martin.kepplinger@puri.sm> | 2021-10-19 16:55:08 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-11-19 05:55:45 +0000 |
commit | e7cc3e09600822eb4f87734ff850724ea4dc540b (patch) | |
tree | df46f32c4d7e6cba77f85eb1e5d235f86c9012ef /drivers/media | |
parent | 13cbaa4c2b7bf9f8285e1164d005dbf08244ecd5 (diff) | |
download | linux-e7cc3e09600822eb4f87734ff850724ea4dc540b.tar.gz |
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.c | 2 |
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> |