aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char
diff options
context:
space:
mode:
authorPeter Huewe <peterhuewe@gmx.de>2013-06-24 01:19:30 +0200
committerPeter Huewe <peterhuewe@gmx.de>2013-06-28 00:47:43 +0200
commit572e5b018ba68d634f30aef71cf04d85c884aa05 (patch)
tree24761c571445766729b07e8e39645196314113c2 /drivers/char
parenttpm: tpm_i2c_infinion: Don't modify i2c_client->driver (diff)
downloadlinux-dev-572e5b018ba68d634f30aef71cf04d85c884aa05.tar.xz
linux-dev-572e5b018ba68d634f30aef71cf04d85c884aa05.zip
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 dbc70429c6ff..b8735de8ce95 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"