mirror of
https://github.com/torvalds/linux.git
synced 2024-11-30 08:01:59 +00:00
Staging: sxg: Add missing __devexit_p()
The remove function uses __devexit, so the .remove assignment needs __devexit_p() to fix a build error with hotplug disabled. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
eb48d1f8f3
commit
a970ff45c9
@ -4516,7 +4516,7 @@ static struct pci_driver sxg_driver = {
|
||||
.name = sxg_driver_name,
|
||||
.id_table = sxg_pci_tbl,
|
||||
.probe = sxg_entry_probe,
|
||||
.remove = sxg_entry_remove,
|
||||
.remove = __devexit_p(sxg_entry_remove),
|
||||
#if SXG_POWER_MANAGEMENT_ENABLED
|
||||
.suspend = sxgpm_suspend,
|
||||
.resume = sxgpm_resume,
|
||||
|
Loading…
Reference in New Issue
Block a user