提交 e02983cf 编写于 作者: P Peter Huewe 提交者: Kent Yoder

char/tpm/tpm_i2c_stm_st33: Remove __devexit attribute

With the HOTPLUG changes 3.8 this attribute is going away.
Signed-off-by: NPeter Huewe <peterhuewe@gmx.de>
Signed-off-by: NKent Yoder <key@linux.vnet.ibm.com>
上级 64298919
...@@ -784,7 +784,7 @@ tpm_st33_i2c_probe(struct i2c_client *client, const struct i2c_device_id *id) ...@@ -784,7 +784,7 @@ tpm_st33_i2c_probe(struct i2c_client *client, const struct i2c_device_id *id)
clear_bit(0, &chip->is_open); clear_bit(0, &chip->is_open);
* @return: 0 in case of success. * @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 tpm_chip *chip = (struct tpm_chip *)i2c_get_clientdata(client);
struct st33zp24_platform_data *pin_infos = struct st33zp24_platform_data *pin_infos =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册