diff options
author | Peter Huewe <peterhuewe@gmx.de> | 2013-01-29 16:02:00 -0500 |
---|---|---|
committer | Kent Yoder <key@linux.vnet.ibm.com> | 2013-02-05 10:38:25 -0500 |
commit | e02983cffc5e65069edee9892672e0aef9d9e2cd (patch) | |
tree | 3052d0fa8a762ef22088795e64cd1fe8c749953e /drivers/char | |
parent | 64298919ad034aa07a6ec85b82e5c8861e364ae5 (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')
-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 16f1f785c0b9..e3d1887e5be4 100644 --- a/drivers/char/tpm/tpm_i2c_stm_st33.c +++ b/drivers/char/tpm/tpm_i2c_stm_st33.c | |||
@@ -784,7 +784,7 @@ end: | |||
784 | clear_bit(0, &chip->is_open); | 784 | clear_bit(0, &chip->is_open); |
785 | * @return: 0 in case of success. | 785 | * @return: 0 in case of success. |
786 | */ | 786 | */ |
787 | static __devexit int tpm_st33_i2c_remove(struct i2c_client *client) | 787 | static int tpm_st33_i2c_remove(struct i2c_client *client) |
788 | { | 788 | { |
789 | struct tpm_chip *chip = (struct tpm_chip *)i2c_get_clientdata(client); | 789 | struct tpm_chip *chip = (struct tpm_chip *)i2c_get_clientdata(client); |
790 | struct st33zp24_platform_data *pin_infos = | 790 | struct st33zp24_platform_data *pin_infos = |