From patchwork Thu Mar 7 12:28:40 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 13585517 Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 54EED128812; Thu, 7 Mar 2024 12:28:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.17 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709814530; cv=none; b=AaH1m5QHZs/Q9nJcsqS1KlortdWLGm0/je8TAukxawRbcxWIln6ZioPIyThvGh36artQWA/M2sBnGj/deCet5+o5x1t6w01PFHCdLh3BZXuyXJyhxOZuJH93ktSF8busTnKTfNMVuCAmnhsvYgn+dHburPsbONLS8KpucRKW4PE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709814530; c=relaxed/simple; bh=ncGrkL1Poc17x6w99wp3LaEIvCJcHSAVTqunJKRqhHg=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=jON8X1kLJgRQ22AvLBiPnaHwd6uxrW95ytwt1gUfSbfk8qkB2+kns7WQRPUYGfCMKvPUaZX/17qJMTayxrRhTvhouHsVLpRcA/OuipphiNuKaCZ8ejySztXiyKdS+7M+auRnZ7gwA1nUTHaK/l2dAKI5vt1vFadQl5e0zQghAJ0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=none smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=jtEhBXVL; arc=none smtp.client-ip=192.198.163.17 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="jtEhBXVL" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1709814529; x=1741350529; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=ncGrkL1Poc17x6w99wp3LaEIvCJcHSAVTqunJKRqhHg=; b=jtEhBXVL10E4MG014ur94bFAWzH+85Fmaytn7DHdA/q+mKmpavO5sbUk hgYNwYqOwYbtOT+FRAdYWHloFS30lTz73uGTznwuMt5ONzCOINqX6NhyE 7yf6VVDvOfd8JuIc4ujhjg/0eq7Q4pzC38vCpj1csy6mFVtsk+hf4CLBo 4BcP/HtNcEH1ls2Lt108r6W2KJPyC6eIxBPBycEYYkJUM+MixmA88PxY5 47RfZbjWKc7b6SO1gdecjwDGBN1N3gAMZaMk2Vt8Xbu1okoFwtzOo2Jz2 nb8dqp28xG7qw52ovw+9CCb2Nms1ZKGf3AHECJ2ocjoFsPDO1TYIMo3jw Q==; X-IronPort-AV: E=McAfee;i="6600,9927,11005"; a="4343554" X-IronPort-AV: E=Sophos;i="6.07,211,1708416000"; d="scan'208";a="4343554" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmvoesa111.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Mar 2024 04:28:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,11005"; a="937046005" X-IronPort-AV: E=Sophos;i="6.07,211,1708416000"; d="scan'208";a="937046005" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga001.fm.intel.com with ESMTP; 07 Mar 2024 04:28:42 -0800 Received: by black.fi.intel.com (Postfix, from userid 1003) id 5C932193; Thu, 7 Mar 2024 14:28:41 +0200 (EET) From: Andy Shevchenko To: =?utf-8?q?Krzysztof_Wilczy=C5=84ski?= , Manivannan Sadhasivam , Lorenzo Pieralisi , linux-omap@vger.kernel.org, linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-tegra@vger.kernel.org Cc: Vignesh Raghavendra , Siddharth Vadapalli , =?utf-8?q?Krzysztof_Wilczy=C5=84s?= =?utf-8?q?ki?= , Rob Herring , Bjorn Helgaas , Yue Wang , Neil Armstrong , Kevin Hilman , Jerome Brunet , Martin Blumenstingl , Bjorn Andersson , Konrad Dybcio , Thierry Reding , Jonathan Hunter , Andy Shevchenko Subject: [PATCH v1 1/1] PCI: dwc: Remove unused of_gpio.h Date: Thu, 7 Mar 2024 14:28:40 +0200 Message-ID: <20240307122840.3682287-1-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.43.0.rc1.1.gbec44491f096 Precedence: bulk X-Mailing-List: linux-omap@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 of_gpio.h is deprecated and subject to remove. The driver doesn't use it, simply remove the unused header. Signed-off-by: Andy Shevchenko Reviewed-by: Manivannan Sadhasivam --- drivers/pci/controller/dwc/pci-dra7xx.c | 1 - drivers/pci/controller/dwc/pci-meson.c | 1 - drivers/pci/controller/dwc/pcie-qcom.c | 1 - drivers/pci/controller/dwc/pcie-tegra194.c | 2 -- 4 files changed, 5 deletions(-) diff --git a/drivers/pci/controller/dwc/pci-dra7xx.c b/drivers/pci/controller/dwc/pci-dra7xx.c index 0e406677060d..f6d2ba42958b 100644 --- a/drivers/pci/controller/dwc/pci-dra7xx.c +++ b/drivers/pci/controller/dwc/pci-dra7xx.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include diff --git a/drivers/pci/controller/dwc/pci-meson.c b/drivers/pci/controller/dwc/pci-meson.c index 6477c83262c2..db9482a113e9 100644 --- a/drivers/pci/controller/dwc/pci-meson.c +++ b/drivers/pci/controller/dwc/pci-meson.c @@ -9,7 +9,6 @@ #include #include #include -#include #include #include #include diff --git a/drivers/pci/controller/dwc/pcie-qcom.c b/drivers/pci/controller/dwc/pcie-qcom.c index 2ce2a3bd932b..0084a3390040 100644 --- a/drivers/pci/controller/dwc/pcie-qcom.c +++ b/drivers/pci/controller/dwc/pcie-qcom.c @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include diff --git a/drivers/pci/controller/dwc/pcie-tegra194.c b/drivers/pci/controller/dwc/pcie-tegra194.c index 1f7b662cb8e1..633d8dc50339 100644 --- a/drivers/pci/controller/dwc/pcie-tegra194.c +++ b/drivers/pci/controller/dwc/pcie-tegra194.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include #include @@ -21,7 +20,6 @@ #include #include #include -#include #include #include #include