summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
diff options
context:
space:
mode:
authorTomas Winkler2016-09-12 01:03:52 +0200
committerJarkko Sakkinen2016-09-15 15:04:21 +0200
commit71801310b12b65b1fd3285cc899ecbf52c4f8ff3 (patch)
tree7667c5a348632ec0501e4f4f8eb3e77abb8b8652 /drivers/char/tpm
parenttpm/tpm_tis: remove unused itpm variable (diff)
downloadkernel-qcow2-linux-71801310b12b65b1fd3285cc899ecbf52c4f8ff3.tar.gz
kernel-qcow2-linux-71801310b12b65b1fd3285cc899ecbf52c4f8ff3.tar.xz
kernel-qcow2-linux-71801310b12b65b1fd3285cc899ecbf52c4f8ff3.zip
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 <tomas.winkler@intel.com> Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Diffstat (limited to 'drivers/char/tpm')
-rw-r--r--drivers/char/tpm/tpm_crb.c1
1 files changed, 0 insertions, 1 deletions
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 <linux/highmem.h>
#include <linux/rculist.h>
#include <linux/module.h>
-#include <linux/platform_device.h>
#include "tpm.h"
#define ACPI_SIG_TPM2 "TPM2"