diff options
author | Christophe Ricard <christophe.ricard@gmail.com> | 2015-01-13 23:13:13 +0100 |
---|---|---|
committer | Peter Huewe <peterhuewe@gmx.de> | 2015-01-17 15:04:04 +0100 |
commit | 3eda7d0ea3a0365aa72a2007f9450f314d92f065 (patch) | |
tree | c1a72470fb22133a8142c1028b1ab724d94ead56 /drivers/char | |
parent | 7b1ee96f074cc931a2c226b33607fe7a74d5cba3 (diff) |
tpm/tpm_i2c_stm_st33: Change tpm_i2c_stm_st33.h to tpm_stm_st33.h
include/linux/platform_data/tpm_i2c_stm_st33.h can be used by other st33
tpm device driver not using i2c protocol.
Reviewed-by: Jason Gunthorpe <jason.gunthorpe@obsidianresearch.com>
Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Reviewed-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/tpm/tpm_i2c_stm_st33.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/tpm/tpm_i2c_stm_st33.c b/drivers/char/tpm/tpm_i2c_stm_st33.c index 86a24ced66c0..dbab8d0d875e 100644 --- a/drivers/char/tpm/tpm_i2c_stm_st33.c +++ b/drivers/char/tpm/tpm_i2c_stm_st33.c @@ -50,7 +50,7 @@ #include <linux/of_irq.h> #include <linux/of_gpio.h> -#include <linux/platform_data/tpm_i2c_stm_st33.h> +#include <linux/platform_data/tpm_stm_st33.h> #include "tpm.h" #define TPM_ACCESS 0x0 |