From: Corentin Labbe Date: Thu, 15 Dec 2016 17:10:17 +0000 (+0100) Subject: tpm/st33zp24: Remove unneeded linux/miscdevice.h include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=176cebc56bc74dc65dfb57947b8ba70ecfbee92e;p=linux.git tpm/st33zp24: Remove unneeded linux/miscdevice.h include tpm/st33zp24/st33zp24.c does not use any miscdevice so this patch remove this unnecessary inclusion. Signed-off-by: Corentin Labbe Reviewed-by: Jarkko Sakkinen Signed-off-by: Jarkko Sakkinen --- diff --git a/drivers/char/tpm/st33zp24/st33zp24.c b/drivers/char/tpm/st33zp24/st33zp24.c index 6f060c76217b9..e8e0f7c026869 100644 --- a/drivers/char/tpm/st33zp24/st33zp24.c +++ b/drivers/char/tpm/st33zp24/st33zp24.c @@ -18,7 +18,6 @@ #include #include -#include #include #include #include