williamsukatube@xxxxxxx wrote: > From: William Dean <williamsukatube@xxxxxxx> > > In file: drivers/char/hw_random/core.c, > '#include <linux/random.h>' has included at line: 18, > now it is duplicated include at line: 24, so delete duplicated include. > > Signed-off-by: William Dean <williamsukatube@xxxxxxx> > --- > drivers/char/hw_random/core.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/char/hw_random/core.c b/drivers/char/hw_random/core.c > index 16f227b995e8..56d171cd2fc6 100644 > --- a/drivers/char/hw_random/core.c > +++ b/drivers/char/hw_random/core.c > @@ -21,7 +21,6 @@ > #include <linux/sched/signal.h> > #include <linux/miscdevice.h> > #include <linux/module.h> > -#include <linux/random.h> > #include <linux/sched.h> > #include <linux/slab.h> > #include <linux/uaccess.h> This is supposed to be sorted so please remove the other inclusion instead. Thanks, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt