[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZjS_j-s6F2h3jflL@gondor.apana.org.au>
Date: Fri, 3 May 2024 18:42:23 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Lothar Rubusch <l.rubusch@...il.com>
Cc: davem@...emloft.net, nicolas.ferre@...rochip.com,
alexandre.belloni@...tlin.com, claudiu.beznea@...on.dev,
linux-crypto@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/5] crypto: atmel-sha204a - remove unused includes
On Sat, Apr 27, 2024 at 12:14:36AM +0000, Lothar Rubusch wrote:
> Remove unnecessarily included headers.
>
> Signed-off-by: Lothar Rubusch <l.rubusch@...il.com>
> ---
> drivers/crypto/atmel-sha204a.c | 9 ---------
> 1 file changed, 9 deletions(-)
>
> diff --git a/drivers/crypto/atmel-sha204a.c b/drivers/crypto/atmel-sha204a.c
> index c77f482d2..5c3fef6e9 100644
> --- a/drivers/crypto/atmel-sha204a.c
> +++ b/drivers/crypto/atmel-sha204a.c
> @@ -5,17 +5,8 @@
> * Copyright (c) 2019 Linaro, Ltd. <ard.biesheuvel@...aro.org>
> */
>
> -#include <linux/delay.h>
> -#include <linux/device.h>
> -#include <linux/err.h>
> -#include <linux/errno.h>
> #include <linux/i2c.h>
> -#include <linux/init.h>
> #include <linux/kernel.h>
> -#include <linux/module.h>
> -#include <linux/scatterlist.h>
> -#include <linux/slab.h>
> -#include <linux/workqueue.h>
> #include "atmel-i2c.h"
These do not seem to be redundant.
Cheers,
--
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Powered by blists - more mailing lists