summaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorChristophe Ricard2014-12-01 19:32:52 +0100
committerPeter Huewe2015-01-17 14:00:07 +0100
commit76182b6b008b694d095aec1e2eb6c07fae787128 (patch)
tree80a238308c01cc8dff7a430058beb17fe9e0c4ad /include/linux/platform_data
parenttpm/tpm_i2c_stm_st33: Add new tpm_stm_dev structure and remove tpm_i2c_buffer... (diff)
downloadkernel-qcow2-linux-76182b6b008b694d095aec1e2eb6c07fae787128.tar.gz
kernel-qcow2-linux-76182b6b008b694d095aec1e2eb6c07fae787128.tar.xz
kernel-qcow2-linux-76182b6b008b694d095aec1e2eb6c07fae787128.zip
tpm/tpm_i2c_stm_st33: Remove reference to io_serirq
The serirq gpio pin is used only as interrupt. After driver initialization, the serirq signal is always used through interrupt and never with gpio kernel API. The irq can then be initialized during the platform_data definition within the client->irq pin. Reviewed-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com> Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/tpm_i2c_stm_st33.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/platform_data/tpm_i2c_stm_st33.h b/include/linux/platform_data/tpm_i2c_stm_st33.h
index 88f9cb18113a..85775cf5f9a5 100644
--- a/include/linux/platform_data/tpm_i2c_stm_st33.h
+++ b/include/linux/platform_data/tpm_i2c_stm_st33.h
@@ -33,7 +33,6 @@
#define TPM_ST33_I2C "st33zp24_i2c"
struct st33zp24_platform_data {
- int io_serirq;
int io_lpcpd;
};