Commit 164dce822157311eeb81470492889bcd83d84ff1

Authored by Bill Pemberton
Committed by Greg Kroah-Hartman
1 parent afc6d36912

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: Bill Pemberton <wfp5p@virginia.edu>
Cc: Rajiv Andrade <mail@srajiv.net>
Cc: Marcel Selhorst <tpmdd@selhorst.net>
Cc: Sirrix AG <tpmdd@sirrix.com>
Acked-by: Kent Yoder <key@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/char/tpm/tpm_infineon.c
... ... @@ -655,7 +655,7 @@
655 655 .probe = tpm_inf_pnp_probe,
656 656 .suspend = tpm_inf_pnp_suspend,
657 657 .resume = tpm_inf_pnp_resume,
658   - .remove = __devexit_p(tpm_inf_pnp_remove)
  658 + .remove = tpm_inf_pnp_remove
659 659 };
660 660  
661 661 static int __init init_inf(void)