[PATCH 2/2] crypto: bfin_crc: Remove unneeded linux/miscdevice.h include

From: Corentin Labbe
Date: Thu Dec 15 2016 - 05:02:02 EST


bfin_crc.h driver does not use any miscdevice, so this patch remove this
unnecessary inclusion.

Signed-off-by: Corentin Labbe <clabbe.montjoie@xxxxxxxxx>
---
drivers/crypto/bfin_crc.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/crypto/bfin_crc.h b/drivers/crypto/bfin_crc.h
index 75cef4d..786ef74 100644
--- a/drivers/crypto/bfin_crc.h
+++ b/drivers/crypto/bfin_crc.h
@@ -55,7 +55,6 @@ struct crc_info {

#include <linux/types.h>
#include <linux/spinlock.h>
-#include <linux/miscdevice.h>

struct crc_register {
u32 control;
--
2.10.2