Browse Source

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>
Tomas Winkler 9 years ago
parent
commit
71801310b1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/char/tpm/tpm_crb.c

+ 0 - 1
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"