From: Martin Kepplinger Date: Tue, 19 Oct 2021 15:55:08 +0000 (+0100) Subject: media: hi846: include property.h instead of of_graph.h X-Git-Tag: iomap-folio-5.17-old~32^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e7cc3e09600822eb4f87734ff850724ea4dc540b;p=users%2Fwilly%2Flinux.git 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 Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- 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 #include #include -#include #include #include +#include #include #include #include