From: Corentin LABBE Date: Thu, 15 Dec 2016 09:59:43 +0000 (+0100) Subject: crypto: bfin_crc - Remove unneeded linux/miscdevice.h include X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=422ef504590ac71625129b0f93604ef73f1fc9fc;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/bfin_crc.h b/drivers/crypto/bfin_crc.h index 75cef4dc85a1..786ef746d109 100644 --- a/drivers/crypto/bfin_crc.h +++ b/drivers/crypto/bfin_crc.h @@ -55,7 +55,6 @@ struct crc_info { #include #include -#include struct crc_register { u32 control;