From patchwork Thu Oct 31 10:46:31 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 13857804 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 76B56E68973 for ; Thu, 31 Oct 2024 10:49:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=kjh8SiPUu4PmLO15+iW0bRPvjaig76ze1QNKz75olMg=; b=oL69g9EFum9xJHFh5XXf/onMO7 GAkgGgbPCzx6NjZks1STA8dvAeGmWLrz939ApNYGjQDEul3VzHqSITGEjEpPEO6YR8q06U4Wr3jqW mi6/Lt9zZnyJsTteH1dcmXoZ6UR5oydUL2LFCzLUoMx9zO6D3g1ofxETU/2DnpxGy4K3l6e3FFX+p LqciT6XmRVU1sFB3TZmiZyIWNxj928ghgXF5kScgszevFUAowMsX43IzQCZnc75Cb5Dc5vzJlw2Gd twKFsxSFWUj3yMVvxwsL+zUWy4ch+MYECN+eGIkPrbOF50xe4H6BAKOl/1lLmKEF44IB8N7U8zxO5 T5CZuFFQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t6Sjz-00000003Ixp-1UF3; Thu, 31 Oct 2024 10:49:23 +0000 Received: from mgamail.intel.com ([192.198.163.12]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1t6ShI-00000003Idm-1zqF; Thu, 31 Oct 2024 10:46:37 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1730371596; x=1761907596; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=6PfFS6UMQ7cHAb8+W0ohRERtD1jmi9haCx++tPkMiPo=; b=ZXI3izTCQowZc57qEr+3mTRHjgTvnAtg+fX/yyVFleIOlP3TnGnQ1hnf gPKmKL8QRR3q2zBX1SReybCmLumdrpZlSkY4TZGpXya+S/qCMzUYJu7fq 7VR3aOWa+Bycah0vdTccJksFkVYL60v5bv1t4htD1kH3dG+gH5c0EjdGN FxkQfXhCcbPmwjZOry57KXDhuvVpufr18w5WFJ1fa4BOlJPrbm4L61opg KUrIv1N3AzAG8LIbd845od3Cd6cHYrPHMAISCUseuquCdutRu9T2sNRfS +RgkFsRwj2ZeJJUFKU8kkKUi3QZdrOehV9bK0VItD/z4l7o8IgEZjera0 w==; X-CSE-ConnectionGUID: KxyX2V1YQaWuI48WW+YziQ== X-CSE-MsgGUID: /yA1gmbHQmC2BNJDQloGJg== X-IronPort-AV: E=McAfee;i="6700,10204,11241"; a="34032580" X-IronPort-AV: E=Sophos;i="6.11,247,1725346800"; d="scan'208";a="34032580" Received: from fmviesa001.fm.intel.com ([10.60.135.141]) by fmvoesa106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Oct 2024 03:46:36 -0700 X-CSE-ConnectionGUID: wS9ww3noQ76p2kiP9/Y0Uw== X-CSE-MsgGUID: d7gYKt+VTIKQBMX8fjg2Zw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.11,247,1725346800"; d="scan'208";a="113442251" Received: from black.fi.intel.com ([10.237.72.28]) by fmviesa001.fm.intel.com with ESMTP; 31 Oct 2024 03:46:33 -0700 Received: by black.fi.intel.com (Postfix, from userid 1003) id 281A317D; Thu, 31 Oct 2024 12:46:31 +0200 (EET) From: Andy Shevchenko To: =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= , linux-phy@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Cc: Vinod Koul , Kishon Vijay Abraham I , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Andy Shevchenko Subject: [PATCH v1 1/1] phy: sun4i-usb: Remove unused of_gpio.h Date: Thu, 31 Oct 2024 12:46:31 +0200 Message-ID: <20241031104631.2454581-1-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.43.0.rc1.1336.g36b5255a03ac MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241031_034636_543093_C74FCDB4 X-CRM114-Status: UNSURE ( 8.27 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org of_gpio.h is deprecated and subject to remove. The drivers in question don't use it, simply remove the unused header. Signed-off-by: Andy Shevchenko Reviewed-by: Andre Przywara --- drivers/phy/allwinner/phy-sun4i-usb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/phy/allwinner/phy-sun4i-usb.c b/drivers/phy/allwinner/phy-sun4i-usb.c index cd159a71b23c..29b8fd4b9351 100644 --- a/drivers/phy/allwinner/phy-sun4i-usb.c +++ b/drivers/phy/allwinner/phy-sun4i-usb.c @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include