From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Tue, 27 Nov 2018 21:07:35 +0530 Subject: [U-Boot] [PATCH v4 2/3] spi: pl022: Drop unnecessary include files In-Reply-To: <20181127080019.mijefviyu6psyvki@qschulz> References: <20181124121723.15151-1-jagan@amarulasolutions.com> <20181124121723.15151-2-jagan@amarulasolutions.com> <20181127080019.mijefviyu6psyvki@qschulz> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Nov 27, 2018 at 1:30 PM Quentin Schulz wrote: > > Hi all, > > On Sat, Nov 24, 2018 at 05:47:22PM +0530, Jagan Teki wrote: > > This patch can drop unnecessary include files in > > pl022_spi driver. > > > > Cc: Quentin Schulz > > Signed-off-by: Jagan Teki > > --- > > Changes for v4: > > - none > > Changes for v3: > > - split patch from previous > > > > drivers/spi/pl022_spi.c | 5 ----- > > 1 file changed, 5 deletions(-) > > > > diff --git a/drivers/spi/pl022_spi.c b/drivers/spi/pl022_spi.c > > index 05f4f6f481..f2e5367225 100644 > > --- a/drivers/spi/pl022_spi.c > > +++ b/drivers/spi/pl022_spi.c > > @@ -9,16 +9,11 @@ > > * Driver for ARM PL022 SPI Controller. > > */ > > > > -#include > > #include > > #include > > #include > > #include > > -#include > > -#include > > -#include > > #include > > -#include > > #include > > > > #define SSP_CR0 0x000 > > Acked-by: Quentin Schulz Applied to u-boot-spi/master