[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <39a7f5c0177dc72033cb6f43a16d93407db7e182.camel@perches.com>
Date: Wed, 16 Jan 2019 12:06:41 -0800
From: Joe Perches <joe@...ches.com>
To: Alban Bedel <albeu@...e.fr>, linux-kernel@...r.kernel.org
Cc: Mark Brown <broonie@...nel.org>, linux-spi@...r.kernel.org
Subject: Re: [PATCH 5/6] spi: ath79: Remove some useless includes
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 <linux/kernel.h>
I think it's not a good idea to remove kernel.h
just because module.h indirectly #includes it via
moduleparam.h
Powered by blists - more mailing lists