From patchwork Tue Oct 19 15:55:08 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Kepplinger X-Patchwork-Id: 77890 X-Patchwork-Delegate: sakari.ailus@iki.fi Received: from vger.kernel.org ([23.128.96.18]) by www.linuxtv.org with esmtp (Exim 4.92) (envelope-from ) id 1mcrSv-009FeD-V2; Tue, 19 Oct 2021 15:55:50 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232080AbhJSP6A (ORCPT + 1 other); Tue, 19 Oct 2021 11:58:00 -0400 Received: from comms.puri.sm ([159.203.221.185]:33102 "EHLO comms.puri.sm" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229789AbhJSP6A (ORCPT ); Tue, 19 Oct 2021 11:58:00 -0400 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id 23DD4DFB0D; Tue, 19 Oct 2021 08:55:47 -0700 (PDT) Received: from comms.puri.sm ([127.0.0.1]) by localhost (comms.puri.sm [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SHidvgBbLDB8; Tue, 19 Oct 2021 08:55:45 -0700 (PDT) From: Martin Kepplinger To: sakari.ailus@linux.intel.com Cc: kernel@puri.sm, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, lkp@intel.com, martin.kepplinger@puri.sm, mchehab@kernel.org, paul.kocialkowski@bootlin.com Subject: [PATCH v3 1/2] media: hi846: include property.h instead of of_graph.h Date: Tue, 19 Oct 2021 17:55:08 +0200 Message-Id: <20211019155509.1018130-2-martin.kepplinger@puri.sm> In-Reply-To: <20211019155509.1018130-1-martin.kepplinger@puri.sm> References: <20211019155509.1018130-1-martin.kepplinger@puri.sm> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-LSpam-Score: -3.1 (---) X-LSpam-Report: No, score=-3.1 required=5.0 tests=BAYES_00=-1.9,HEADER_FROM_DIFFERENT_DOMAINS=0.5,MAILING_LIST_MULTI=-1,RCVD_IN_DNSWL_LOW=-0.7 autolearn=ham autolearn_force=no Include the more portable property.h instead of the OF specific of_graph.h Signed-off-by: Martin Kepplinger --- drivers/media/i2c/hi846.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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