Skip to content

Commit

Permalink
crypto: bfin_crc - Remove unneeded linux/miscdevice.h include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Corentin LABBE authored and Herbert Xu committed Dec 27, 2016
1 parent 862d64c commit 422ef50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/crypto/bfin_crc.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ struct crc_info {

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

struct crc_register {
u32 control;
Expand Down

0 comments on commit 422ef50

Please sign in to comment.