projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6429891
)
char/tpm/tpm_i2c_stm_st33: Remove __devexit attribute
author
Peter Huewe
<peterhuewe@gmx.de>
Tue, 29 Jan 2013 21:02:00 +0000
(22:02 +0100)
committer
Kent Yoder
<key@linux.vnet.ibm.com>
Tue, 5 Feb 2013 15:38:25 +0000
(09:38 -0600)
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>
drivers/char/tpm/tpm_i2c_stm_st33.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/tpm/tpm_i2c_stm_st33.c
b/drivers/char/tpm/tpm_i2c_stm_st33.c
index 16f1f785c0b9d5d3fd5f884a256f3a42bbfd08ba..e3d1887e5be4755e1500035f62375b6ebeeac049 100644
(file)
--- 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 =