From: Tomas Winkler Date: Sun, 11 Sep 2016 23:03:52 +0000 (+0300) Subject: tmp/tpm_crb: drop include to platform_device X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=71801310b12b65b1fd3285cc899ecbf52c4f8ff3;p=linux-beck.git tmp/tpm_crb: drop include to platform_device The platform device is not used in this driver, drop the include to linux/platform_device.h Signed-off-by: Tomas Winkler Reviewed-by: Jarkko Sakkinen Signed-off-by: Jarkko Sakkinen --- diff --git a/drivers/char/tpm/tpm_crb.c b/drivers/char/tpm/tpm_crb.c index 7f602dc1f9bb..e76a8ee20074 100644 --- a/drivers/char/tpm/tpm_crb.c +++ b/drivers/char/tpm/tpm_crb.c @@ -19,7 +19,6 @@ #include #include #include -#include #include "tpm.h" #define ACPI_SIG_TPM2 "TPM2"