mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
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>
This commit is contained in:
parent
64298919ad
commit
e02983cffc
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user