diff options
author | Jerry Snitselaar | 2016-01-04 12:19:43 -0700 |
---|---|---|
committer | Jarkko Sakkinen | 2016-02-10 04:10:32 +0200 |
commit | e5be990c2fc3c2682ab7cfbc4f0e6c8cdad2b40d (patch) | |
tree | 168e00410da9725c3b1049a2de85b1bffee4ec20 | |
parent | 388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95 (diff) |
tpm: remove unneeded include of actbl2.h
tpm_tis.c already gets actbl2.h via linux/acpi.h -> acpi/acpi.h ->
acpi/actbl.h -> acpi/actbl2.h, so the direct include in tpm_tis.c
is not needed.
Signed-off-by: Jerry Snitselaar <jsnitsel@redhat.com>
Acked-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Acked-by: Peter Huewe <peterhuewe@gmx.de>
-rw-r--r-- | drivers/char/tpm/tpm_tis.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/tpm/tpm_tis.c b/drivers/char/tpm/tpm_tis.c index 8a3509cb10da..b89d125eec7f 100644 --- a/drivers/char/tpm/tpm_tis.c +++ b/drivers/char/tpm/tpm_tis.c @@ -28,7 +28,6 @@ #include <linux/wait.h> #include <linux/acpi.h> #include <linux/freezer.h> -#include <acpi/actbl2.h> #include "tpm.h" enum tis_access { |