提交 164dce82 编写于 作者: B Bill Pemberton 提交者: Greg Kroah-Hartman

tpm_infineon: remove use of __devexit_p

CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed.
Signed-off-by: NBill Pemberton <wfp5p@virginia.edu>
Cc: Rajiv Andrade <mail@srajiv.net>
Cc: Marcel Selhorst <tpmdd@selhorst.net>
Cc: Sirrix AG <tpmdd@sirrix.com>
Acked-by: NKent Yoder <key@linux.vnet.ibm.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 afc6d369
...@@ -655,7 +655,7 @@ static struct pnp_driver tpm_inf_pnp_driver = { ...@@ -655,7 +655,7 @@ static struct pnp_driver tpm_inf_pnp_driver = {
.probe = tpm_inf_pnp_probe, .probe = tpm_inf_pnp_probe,
.suspend = tpm_inf_pnp_suspend, .suspend = tpm_inf_pnp_suspend,
.resume = tpm_inf_pnp_resume, .resume = tpm_inf_pnp_resume,
.remove = __devexit_p(tpm_inf_pnp_remove) .remove = tpm_inf_pnp_remove
}; };
static int __init init_inf(void) static int __init init_inf(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册