mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-14 04:41:26 +00:00
ipack: 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0d7fe14f69
commit
c5dee46c8f
@ -618,7 +618,7 @@ static struct pci_driver tpci200_pci_drv = {
|
||||
.name = "tpci200",
|
||||
.id_table = tpci200_idtable,
|
||||
.probe = tpci200_pci_probe,
|
||||
.remove = __devexit_p(tpci200_pci_remove),
|
||||
.remove = tpci200_pci_remove,
|
||||
};
|
||||
|
||||
module_pci_driver(tpci200_pci_drv);
|
||||
|
Loading…
Reference in New Issue
Block a user