diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-03-06 03:57:54 -0500 |
---|---|---|
committer | Kent Yoder <key@linux.vnet.ibm.com> | 2013-04-12 13:17:29 -0400 |
commit | 3320280b6fd7df65e3f211c0e4db66f637ca035f (patch) | |
tree | e7f3dbdb4212c9d2ebb2b9f112dd0a3ea9374105 /drivers/char/tpm | |
parent | c61c86dd6e0a8037be73cf27212f389e46af60a4 (diff) |
tpm_i2c_stm_st33: Remove duplicate inclusion of header files
module.h and sched.h were included twice.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
Diffstat (limited to 'drivers/char/tpm')
-rw-r--r-- | drivers/char/tpm/tpm_i2c_stm_st33.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/char/tpm/tpm_i2c_stm_st33.c b/drivers/char/tpm/tpm_i2c_stm_st33.c index 743ffecebcb1..5bb8e2ddd3b3 100644 --- a/drivers/char/tpm/tpm_i2c_stm_st33.c +++ b/drivers/char/tpm/tpm_i2c_stm_st33.c | |||
@@ -36,7 +36,6 @@ | |||
36 | #include <linux/i2c.h> | 36 | #include <linux/i2c.h> |
37 | #include <linux/fs.h> | 37 | #include <linux/fs.h> |
38 | #include <linux/miscdevice.h> | 38 | #include <linux/miscdevice.h> |
39 | #include <linux/module.h> | ||
40 | #include <linux/kernel.h> | 39 | #include <linux/kernel.h> |
41 | #include <linux/delay.h> | 40 | #include <linux/delay.h> |
42 | #include <linux/init.h> | 41 | #include <linux/init.h> |
@@ -50,7 +49,6 @@ | |||
50 | #include <linux/uaccess.h> | 49 | #include <linux/uaccess.h> |
51 | #include <linux/io.h> | 50 | #include <linux/io.h> |
52 | #include <linux/slab.h> | 51 | #include <linux/slab.h> |
53 | #include <linux/sched.h> | ||
54 | 52 | ||
55 | #include "tpm.h" | 53 | #include "tpm.h" |
56 | #include "tpm_i2c_stm_st33.h" | 54 | #include "tpm_i2c_stm_st33.h" |