diff options
author | Peter Huewe <peterhuewe@gmx.de> | 2013-06-23 19:19:30 -0400 |
---|---|---|
committer | Peter Huewe <peterhuewe@gmx.de> | 2013-06-27 18:47:43 -0400 |
commit | 572e5b018ba68d634f30aef71cf04d85c884aa05 (patch) | |
tree | 24761c571445766729b07e8e39645196314113c2 /drivers/char/tpm | |
parent | 640843ada1236da228121bb139829c657ce9993f (diff) |
tpm/tpm_i2c_infineon: Remove unused header file
This driver does not use any module parameters anymore,
so the inclusion of the header file can be removed.
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Diffstat (limited to 'drivers/char/tpm')
-rw-r--r-- | drivers/char/tpm/tpm_i2c_infineon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/tpm/tpm_i2c_infineon.c b/drivers/char/tpm/tpm_i2c_infineon.c index dbc70429c6ff..b8735de8ce95 100644 --- a/drivers/char/tpm/tpm_i2c_infineon.c +++ b/drivers/char/tpm/tpm_i2c_infineon.c | |||
@@ -24,7 +24,6 @@ | |||
24 | #include <linux/init.h> | 24 | #include <linux/init.h> |
25 | #include <linux/i2c.h> | 25 | #include <linux/i2c.h> |
26 | #include <linux/module.h> | 26 | #include <linux/module.h> |
27 | #include <linux/moduleparam.h> | ||
28 | #include <linux/wait.h> | 27 | #include <linux/wait.h> |
29 | #include "tpm.h" | 28 | #include "tpm.h" |
30 | 29 | ||