From patchwork Wed Feb 15 16:52:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 655329 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6D6CFC636CC for ; Wed, 15 Feb 2023 16:52:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229867AbjBOQwO (ORCPT ); Wed, 15 Feb 2023 11:52:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33558 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229705AbjBOQwN (ORCPT ); Wed, 15 Feb 2023 11:52:13 -0500 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 853F33B3F1; Wed, 15 Feb 2023 08:52:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1676479923; x=1708015923; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=8/i1BluFtjUwTdVlQY3hhixrEBqCRsP6t/IrrG8HidM=; b=UkaUIXU4lPGyck6+V1sJmMkq+BvK8tCuzMAAq78LnGQLk65HOwHuv/BO ch6qDk1zViqaPyIijBZHGEKEGdJrVXAIEBz47FF408QYN5mTryNGnu8FL naqYI7IqZIqiFQGFk8Q5D54rZaetdc0eJO1aCffAeyWQS0vOT6h4bGnvB tSlXgMsRic4b+s/9mAGXc6VvIOgmK4aBnmCQyrz9ubSlf+haPLBRrAoLf VQCBvJk8QnoEDqnC74QZmOPYLJqb6+fqBb4steniBgmScBlzuLmMtrGz3 hvlt4IVBlHaFe5CG495Eou3xqlwJAk9u3DkA/Z8Vw80tTgx25aerEon+x w==; X-IronPort-AV: E=McAfee;i="6500,9779,10622"; a="319512327" X-IronPort-AV: E=Sophos;i="5.97,300,1669104000"; d="scan'208";a="319512327" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Feb 2023 08:52:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10622"; a="733379580" X-IronPort-AV: E=Sophos;i="5.97,300,1669104000"; d="scan'208";a="733379580" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga008.fm.intel.com with ESMTP; 15 Feb 2023 08:51:59 -0800 Received: by black.fi.intel.com (Postfix, from userid 1003) id ACD9E1A6; Wed, 15 Feb 2023 18:52:39 +0200 (EET) From: Andy Shevchenko To: Greg Kroah-Hartman , Piyush Mehta , linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Thinh Nguyen , Michal Simek , Andy Shevchenko Subject: [PATCH v1 1/1] usb: dwc3: xilinx: Remove unused of_gpio,h Date: Wed, 15 Feb 2023 18:52:39 +0200 Message-Id: <20230215165239.83806-1-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org of_gpio.h provides a single function, which is not used in this driver. Remove unused header. Signed-off-by: Andy Shevchenko --- drivers/usb/dwc3/dwc3-xilinx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/dwc3/dwc3-xilinx.c b/drivers/usb/dwc3/dwc3-xilinx.c index 0745e9f11b2e..2c36f97652ca 100644 --- a/drivers/usb/dwc3/dwc3-xilinx.c +++ b/drivers/usb/dwc3/dwc3-xilinx.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include