tty: 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: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
2520e2745c
commit
91116cba5d
+1
-1
@@ -2677,7 +2677,7 @@ static struct pci_driver mxser_driver = {
|
||||
.name = "mxser",
|
||||
.id_table = mxser_pcibrds,
|
||||
.probe = mxser_probe,
|
||||
.remove = __devexit_p(mxser_remove)
|
||||
.remove = mxser_remove
|
||||
};
|
||||
|
||||
static int __init mxser_module_init(void)
|
||||
|
||||
Reference in New Issue
Block a user