Re: [PATCH 7/7] hwrng: core: Remove two unused include

2016-12-09 Thread kbuild test robot
Hi Corentin, [auto build test ERROR on char-misc/char-misc-testing] [also build test ERROR on v4.9-rc8 next-20161209] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 7/7] hwrng: core: Remove two unused include

2016-12-09 Thread Corentin Labbe
On Fri, Dec 09, 2016 at 03:21:39PM +0100, Corentin Labbe wrote: > linux/fs.h and linux/sched.h are useless for hw_random/core.c. > This patch remove them. > > Signed-off-by: Corentin Labbe > --- > drivers/char/hw_random/core.c | 2 -- > 1 file changed, 2 deletions(-)

[PATCH 7/7] hwrng: core: Remove two unused include

2016-12-09 Thread Corentin Labbe
linux/fs.h and linux/sched.h are useless for hw_random/core.c. This patch remove them. Signed-off-by: Corentin Labbe --- drivers/char/hw_random/core.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/char/hw_random/core.c b/drivers/char/hw_random/core.c