Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

crypto: bfin_crc - Remove unneeded linux/miscdevice.h include

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>

authored by

Corentin LABBE and committed by
Herbert Xu
422ef504 862d64c9

-1
-1
drivers/crypto/bfin_crc.h
··· 55 55 56 56 #include <linux/types.h> 57 57 #include <linux/spinlock.h> 58 - #include <linux/miscdevice.h> 59 58 60 59 struct crc_register { 61 60 u32 control;