浏览代码

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 年之前
父节点
当前提交
71801310b1
共有 1 个文件被更改,包括 0 次插入1 次删除
  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"