Skip to content

Commit

Permalink
tpm/tpm_i2c_infineon: Remove unused header file
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Huewe committed Jun 27, 2013
1 parent 640843a commit 572e5b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/char/tpm/tpm_i2c_infineon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 572e5b0

Please sign in to comment.