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
@@ -492,7 +492,7 @@ static struct pci_driver synclinkmp_pci_driver = {
|
||||
.name = "synclinkmp",
|
||||
.id_table = synclinkmp_pci_tbl,
|
||||
.probe = synclinkmp_init_one,
|
||||
.remove = __devexit_p(synclinkmp_remove_one),
|
||||
.remove = synclinkmp_remove_one,
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user