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:

کامیت شده توسط
Greg Kroah-Hartman

والد
2520e2745c
کامیت
91116cba5d
@@ -168,7 +168,7 @@ static struct pci_driver isicom_driver = {
|
||||
.name = "isicom",
|
||||
.id_table = isicom_pci_tbl,
|
||||
.probe = isicom_probe,
|
||||
.remove = __devexit_p(isicom_remove)
|
||||
.remove = isicom_remove
|
||||
};
|
||||
|
||||
static int prev_card = 3; /* start servicing isi_card[0] */
|
||||
|
مرجع در شماره جدید
Block a user