mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] tpm: remove unneeded include of actbl2.h
@ 2016-01-04 19:19 Jerry Snitselaar
  2016-01-04 20:11 ` [tpmdd-devel] " Jerry Snitselaar
  2016-01-05  6:49 ` Jarkko Sakkinen
  0 siblings, 2 replies; 3+ messages in thread
From: Jerry Snitselaar @ 2016-01-04 19:19 UTC (permalink / raw)
  To: tpmdd-devel; +Cc: linux-kernel, jarkko.sakkinen

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>
---

Jarrko, this is a trivial thing I noticed while doing some work.
Not sure if you guys care, but thought I'd send it in anyways.

 drivers/char/tpm/tpm_tis.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/char/tpm/tpm_tis.c b/drivers/char/tpm/tpm_tis.c
index 65f7eec..461d486 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 {
-- 
2.6.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-05  6:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-04 19:19 [PATCH] tpm: remove unneeded include of actbl2.h Jerry Snitselaar
2016-01-04 20:11 ` [tpmdd-devel] " Jerry Snitselaar
2016-01-05  6:49 ` Jarkko Sakkinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome