Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1734325
| From | Corentin Labbe <clabbe.montjoie@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] blackfin: sram-alloc.c: remove unneeded linux/miscdevice.h include |
| Date | 2017-09-18 19:30 +0200 |
| Message-ID | <ur81Q-L0-27@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
arch/blackfin/mm/sram-alloc.c does not use any miscdevice so the inclusion of linux/miscdevice.h is unnecessary. This patch remove this inclusion. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> --- arch/blackfin/mm/sram-alloc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/blackfin/mm/sram-alloc.c b/arch/blackfin/mm/sram-alloc.c index d2a96c2c02a3..b7d7542e3ea6 100644 --- a/arch/blackfin/mm/sram-alloc.c +++ b/arch/blackfin/mm/sram-alloc.c @@ -9,7 +9,6 @@ #include <linux/module.h> #include <linux/kernel.h> #include <linux/types.h> -#include <linux/miscdevice.h> #include <linux/ioport.h> #include <linux/fcntl.h> #include <linux/init.h> -- 2.13.5
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] blackfin: sram-alloc.c: remove unneeded linux/miscdevice.h include Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-09-18 19:30 +0200
csiph-web