Re: [PATCH v2 7/7] hwrng: core: Remove linux/sched.h from includes

2016-12-27 Thread Herbert Xu
On Tue, Dec 13, 2016 at 03:51:15PM +0100, Corentin Labbe wrote: > linux/sched.h is useless for hw_random/core.c. > This patch remove it. I see a schedule_timeout_interruptible call in core.c. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apa

[PATCH v2 7/7] hwrng: core: Remove linux/sched.h from includes

2016-12-13 Thread Corentin Labbe
linux/sched.h is useless for hw_random/core.c. This patch remove it. Signed-off-by: Corentin Labbe --- Change since v1: - linux/fs.h was needed, keep it 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.