mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
drivers/misc: 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: "Michał Mirosław" <mirq-linux@rere.qmqm.pl> Cc: Wolfram Sang <w.sang@pengutronix.de> Cc: Eric Piel <eric.piel@tremplin-utc.net> Cc: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
989623c7d6
commit
2d6bed9ca9
25 changed files with 25 additions and 25 deletions
|
@ -499,7 +499,7 @@ static struct pci_driver phantom_pci_driver = {
|
|||
.name = "phantom",
|
||||
.id_table = phantom_pci_tbl,
|
||||
.probe = phantom_probe,
|
||||
.remove = __devexit_p(phantom_remove),
|
||||
.remove = phantom_remove,
|
||||
.suspend = phantom_suspend,
|
||||
.resume = phantom_resume
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue