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

From: Corentin Labbe
Date: Mon Sep 18 2017 - 13:24:19 EST


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@xxxxxxxxx>
---
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