From mboxrd@z Thu Jan 1 00:00:00 1970 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 5B046E68974 for ; Thu, 31 Oct 2024 11:32:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=0u66RAFOErnahEiD+qtJGY34LrIzSXndtx8gjq3uDEs=; b=tFz7TCH/SXuUzt k0qPgveIBPxts2fis9SQmRPFUV+V5G8YNQ4e4aq+RX7Aj6BDVcuFb1JgPsT4J1twHNVURwR2rRb2r GVCpmnvG5T5eRTV6z5RGSHUTdkpif153Okc5x9v5E9BtqThG5G7iuzL/nkBQniY49XcHttWIaDmht 6y3pcZCUskxBgrR+AZQciDO7pw4veKobByZRewfgRJVfuAc6GQll/XSraG0vl9mqezSTGX2Rur3L1 rQTHNyEUt6DJURxQLgUH0sBGgso/XwLYxncr0pqQVrd7gD/edJ/SYlYGW55IbPlUCosrBsjyunpx7 Pf+LyFVj/zUEEPUZ+bLA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t6TPr-00000003P1F-33ji; Thu, 31 Oct 2024 11:32:39 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t6TM1-00000003OZ9-2OMa; Thu, 31 Oct 2024 11:28:43 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 8BF8A1063; Thu, 31 Oct 2024 04:29:08 -0700 (PDT) Received: from donnerap.manchester.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 12A993F73B; Thu, 31 Oct 2024 04:28:36 -0700 (PDT) Date: Thu, 31 Oct 2024 11:28:28 +0000 From: Andre Przywara To: Andy Shevchenko Cc: Uwe =?UTF-8?B?S2xlaW5lLUvDtm5pZw==?= , linux-phy@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, Vinod Koul , Kishon Vijay Abraham I , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland Subject: Re: [PATCH v1 1/1] phy: sun4i-usb: Remove unused of_gpio.h Message-ID: <20241031112810.21d00b29@donnerap.manchester.arm.com> In-Reply-To: <20241031104631.2454581-1-andriy.shevchenko@linux.intel.com> References: <20241031104631.2454581-1-andriy.shevchenko@linux.intel.com> Organization: ARM X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.32; aarch64-unknown-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241031_042841_686915_1C190E96 X-CRM114-Status: GOOD ( 12.72 ) X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org On Thu, 31 Oct 2024 12:46:31 +0200 Andy Shevchenko wrote: > 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 Cheers, Andre > --- > 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 -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy