Browse Source

tpm: rename STM driver to match other i2c drivers

Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
Kent Yoder 12 years ago
parent
commit
9da228ea0f
2 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/char/tpm/tpm_i2c_stm_st33.c
  2. 0 0
      drivers/char/tpm/tpm_i2c_stm_st33.h

+ 1 - 1
drivers/char/tpm/tpm_stm_st33_i2c.c → drivers/char/tpm/tpm_i2c_stm_st33.c

@@ -53,7 +53,7 @@
 #include <linux/sched.h>
 
 #include "tpm.h"
-#include "tpm_stm_st33_i2c.h"
+#include "tpm_i2c_stm_st33.h"
 
 enum stm33zp24_access {
 	TPM_ACCESS_VALID = 0x80,

+ 0 - 0
drivers/char/tpm/tpm_stm_st33_i2c.h → drivers/char/tpm/tpm_i2c_stm_st33.h