Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp588908pxb; Tue, 19 Oct 2021 08:57:15 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxeY142nov6C8dB4dN8DcQuw5gdOVjJG9A1OdaYJppI3Qw3n2KCvci8gDZ0JLjba0cU9Q6P X-Received: by 2002:a17:90a:f488:: with SMTP id bx8mr722381pjb.86.1634659035391; Tue, 19 Oct 2021 08:57:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634659035; cv=none; d=google.com; s=arc-20160816; b=JVeB2h+vG6hyKV28Mbq7NNTBScFxf4n2sSJqdFHnXeTGNFLJ1MElEeDN41AqgmNHfc gbvT+0Uy9xIBVYYzhKSrjrQO+RbHJ+hbMhYcn5oIpEaWq5LbjbAFtA0OEjmNwVMYVLsY RfZGmDSd/4oFFpet55dZdHn0ZpjZdlNKa+GU0/eQSIbGTz4yZ/89rzRv+sN46INWtaUi /tsHze4yw1tXgBn3IETnJ/zT/VpzrO1o3e7s9DD9Iafp2EnqtDljc4Fx7p2qi3Vkf/Sf 0ZwKXXxjrG9Ze+n0HvqqwPelNC0BICzmatRP0duo1kquyAohYDbdmLQHBqy988XiHqtA ZQuw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=34d90HYPglHF43kskUHgpnqlWHt/bF73OZzXkgX4afU=; b=tz1c+aLJDI8c15bURj3Yv6rCCtT/4W1GsQKM94X6tMAmyj9VggFI1dpi0hUoHz/FR9 sM3XI1VgJ7xsVlm7b3EdKgNCHUIFYxkIOZ9ttyvBonz7Ximxum9GuBtCn8DPqLOmTR6P t/Licl0v0/fuw/OJQJICK6zwKt5P7CbDpKX2Yo2YKs4cl+QWMa55dytk9djlCQd/1vFx 1R5U7/acN+2TCle4mDY8jY6PU18tEjwkp2NH6h+qmJIB1WS1zrjdT30YN88s+d+P9/uC yWfPCmqQNbUjYHQhJX/faA5kPHzckxe84moWaFj3ZdWQkqhZHi8lLo67n58dd4kMpV8J QbyA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=puri.sm Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id b1si4683814pgg.470.2021.10.19.08.57.02; Tue, 19 Oct 2021 08:57:15 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=puri.sm Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232109AbhJSP6A (ORCPT + 99 others); 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 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 -- 2.30.2