tpm: remove unneeded include of actbl2.h
authorJerry Snitselaar <jsnitsel@redhat.com>
Mon, 4 Jan 2016 19:19:43 +0000 (12:19 -0700)
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Wed, 10 Feb 2016 02:10:32 +0000 (04:10 +0200)
commite5be990c2fc3c2682ab7cfbc4f0e6c8cdad2b40d
tree168e00410da9725c3b1049a2de85b1bffee4ec20
parent388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95
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>
drivers/char/tpm/tpm_tis.c