Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1734325 > unrolled thread

[PATCH] blackfin: sram-alloc.c: remove unneeded linux/miscdevice.h include

Started byCorentin Labbe <clabbe.montjoie@gmail.com>
First post2017-09-18 19:30 +0200
Last post2017-09-18 19:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] blackfin: sram-alloc.c: remove unneeded linux/miscdevice.h include Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-09-18 19:30 +0200

#1734325 — [PATCH] blackfin: sram-alloc.c: remove unneeded linux/miscdevice.h include

FromCorentin Labbe <clabbe.montjoie@gmail.com>
Date2017-09-18 19:30 +0200
Subject[PATCH] blackfin: sram-alloc.c: remove unneeded linux/miscdevice.h include
Message-ID<ur81Q-L0-27@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web