Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1539401
| From | Corentin Labbe <clabbe.montjoie@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 7/7] hwrng: core: Remove two unused include |
| Date | 2016-12-09 15:30 +0100 |
| Message-ID | <sMuls-4n9-43@gated-at.bofh.it> (permalink) |
| References | <sMulr-4n9-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
linux/fs.h and linux/sched.h are useless for hw_random/core.c. This patch remove them. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> --- 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 index 5c654b5..85c9ab3 100644 --- a/drivers/char/hw_random/core.c +++ b/drivers/char/hw_random/core.c @@ -13,14 +13,12 @@ #include <linux/delay.h> #include <linux/device.h> #include <linux/err.h> -#include <linux/fs.h> #include <linux/hw_random.h> #include <linux/kernel.h> #include <linux/kthread.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> -- 2.7.3
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/7] hwrng: core: do not use multiple blank lines Corentin Labbe <clabbe.montjoie@gmail.com> - 2016-12-09 15:30 +0100
[PATCH 6/7] hwrng: core: remove unused PFX macro Corentin Labbe <clabbe.montjoie@gmail.com> - 2016-12-09 15:30 +0100
[PATCH 4/7] hwrng: core: Replace asm/uaccess.h by linux/uaccess.h Corentin Labbe <clabbe.montjoie@gmail.com> - 2016-12-09 15:30 +0100
[PATCH 3/7] hwrng: core: Rewrite the header Corentin Labbe <clabbe.montjoie@gmail.com> - 2016-12-09 15:30 +0100
[PATCH 2/7] hwrng: core: rewrite better comparison to NULL Corentin Labbe <clabbe.montjoie@gmail.com> - 2016-12-09 15:30 +0100
[PATCH 7/7] hwrng: core: Remove two unused include Corentin Labbe <clabbe.montjoie@gmail.com> - 2016-12-09 15:30 +0100
Re: [PATCH 7/7] hwrng: core: Remove two unused include Corentin Labbe <clabbe.montjoie@gmail.com> - 2016-12-09 19:30 +0100
[PATCH 5/7] hwrng: core: Move hwrng miscdev minor number to include/linux/miscdevice.h Corentin Labbe <clabbe.montjoie@gmail.com> - 2016-12-09 15:30 +0100
csiph-web