summaryrefslogtreecommitdiff
path: root/drivers/char
diff options
context:
space:
mode:
authorPeter Huewe <peterhuewe@gmx.de>2013-06-23 23:19:30 (GMT)
committerPeter Huewe <peterhuewe@gmx.de>2013-06-27 22:47:43 (GMT)
commit572e5b018ba68d634f30aef71cf04d85c884aa05 (patch)
tree24761c571445766729b07e8e39645196314113c2 /drivers/char
parent640843ada1236da228121bb139829c657ce9993f (diff)
downloadlinux-572e5b018ba68d634f30aef71cf04d85c884aa05.tar.xz
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')
-rw-r--r--drivers/char/tpm/tpm_i2c_infineon.c1
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 dbc7042..b8735de 100644
--- a/drivers/char/tpm/tpm_i2c_infineon.c
+++ b/drivers/char/tpm/tpm_i2c_infineon.c
@@ -24,7 +24,6 @@
#include <linux/init.h>
#include <linux/i2c.h>
#include <linux/module.h>
-#include <linux/moduleparam.h>
#include <linux/wait.h>
#include "tpm.h"