crypto: bfin_crc - Remove unneeded linux/miscdevice.h include
authorCorentin LABBE <clabbe.montjoie@gmail.com>
Thu, 15 Dec 2016 09:59:43 +0000 (10:59 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 27 Dec 2016 09:50:51 +0000 (17:50 +0800)
bfin_crc.h driver does not use any miscdevice, so this patch remove this
unnecessary inclusion.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/bfin_crc.h

index 75cef4d..786ef74 100644 (file)
@@ -55,7 +55,6 @@ struct crc_info {
 
 #include <linux/types.h>
 #include <linux/spinlock.h>
-#include <linux/miscdevice.h>
 
 struct crc_register {
        u32 control;