From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarkko Nikula Subject: Re: [PATCH v1] spi: pxa2xx-pci: Drop unused header inclusion Date: Tue, 19 Mar 2019 09:04:46 +0200 Message-ID: References: <20190318144237.42447-1-andriy.shevchenko@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit To: Andy Shevchenko , Daniel Mack , Haojian Zhuang , Robert Jarzmik , linux-arm-kernel@lists.infradead.org, Mark Brown , linux-spi@vger.kernel.org Return-path: In-Reply-To: <20190318144237.42447-1-andriy.shevchenko@linux.intel.com> Content-Language: en-US List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org List-Id: linux-spi.vger.kernel.org On 3/18/19 4:42 PM, Andy Shevchenko wrote: > There is nothing in the driver which requires OF specific header > to be included. > > Remove it for good. > > Signed-off-by: Andy Shevchenko > --- > drivers/spi/spi-pxa2xx-pci.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/spi/spi-pxa2xx-pci.c b/drivers/spi/spi-pxa2xx-pci.c > index 33029ca0687a..d456c5251b5d 100644 > --- a/drivers/spi/spi-pxa2xx-pci.c > +++ b/drivers/spi/spi-pxa2xx-pci.c > @@ -5,7 +5,6 @@ > */ > #include > #include > -#include > #include > #include > #include Yes, looks like not needed since 0202775bc3a2 ("spi/pxa2xx-pci: switch to use pcim_* interfaces"). Reviewed-by: Jarkko Nikula