Message ID | 20240427001439.12726-3-l.rubusch@gmail.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Herbert Xu |
Headers | show |
Series | crypto: atmel-sha204a - read out otp zone | expand |
On Sat, Apr 27, 2024 at 12:14:36AM +0000, Lothar Rubusch wrote: > Remove unnecessarily included headers. > > Signed-off-by: Lothar Rubusch <l.rubusch@gmail.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@linaro.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,
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@linaro.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" static void atmel_sha204a_rng_done(struct atmel_i2c_work_data *work_data,
Remove unnecessarily included headers. Signed-off-by: Lothar Rubusch <l.rubusch@gmail.com> --- drivers/crypto/atmel-sha204a.c | 9 --------- 1 file changed, 9 deletions(-)