Re: [PATCH 5/6] spi: ath79: Remove some useless includes

2019-01-16 Thread Joe Perches
On Wed, 2019-01-16 at 19:55 +0100, Alban Bedel wrote: > Several include are not needed, remove them to keep the list clean. [] > diff --git a/drivers/spi/spi-ath79.c b/drivers/spi/spi-ath79.c [] > @@ -12,15 +12,12 @@ > * > */ > > -#include I think it's not a good idea to remove kernel.h jus

[PATCH 5/6] spi: ath79: Remove some useless includes

2019-01-16 Thread Alban Bedel
Several include are not needed, remove them to keep the list clean. Signed-off-by: Alban Bedel --- drivers/spi/spi-ath79.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/spi/spi-ath79.c b/drivers/spi/spi-ath79.c index 847f354ebef1..257acfb07819 100644 --- a/drivers/spi/spi-ath79.c