aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/tpm
diff options
context:
space:
mode:
authorPeter Huewe <peterhuewe@gmx.de>2013-01-29 22:02:00 +0100
committerKent Yoder <key@linux.vnet.ibm.com>2013-02-05 09:38:25 -0600
commite02983cffc5e65069edee9892672e0aef9d9e2cd (patch)
tree3052d0fa8a762ef22088795e64cd1fe8c749953e /drivers/char/tpm
parent64298919ad034aa07a6ec85b82e5c8861e364ae5 (diff)
char/tpm/tpm_i2c_stm_st33: Remove __devexit attribute
With the HOTPLUG changes 3.8 this attribute is going away. Signed-off-by: Peter Huewe <peterhuewe@gmx.de> 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.c2
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 16f1f785c0b..e3d1887e5be 100644
--- a/drivers/char/tpm/tpm_i2c_stm_st33.c
+++ b/drivers/char/tpm/tpm_i2c_stm_st33.c
@@ -784,7 +784,7 @@ end:
clear_bit(0, &chip->is_open);
* @return: 0 in case of success.
*/
-static __devexit int tpm_st33_i2c_remove(struct i2c_client *client)
+static int tpm_st33_i2c_remove(struct i2c_client *client)
{
struct tpm_chip *chip = (struct tpm_chip *)i2c_get_clientdata(client);
struct st33zp24_platform_data *pin_infos =