forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/net/wireless/intersil/orinoco/orinoco_pci.c
....@@ -230,8 +230,7 @@
230230 .id_table = orinoco_pci_id_table,
231231 .probe = orinoco_pci_init_one,
232232 .remove = orinoco_pci_remove_one,
233
- .suspend = orinoco_pci_suspend,
234
- .resume = orinoco_pci_resume,
233
+ .driver.pm = &orinoco_pci_pm_ops,
235234 };
236235
237236 static char version[] __initdata = DRIVER_NAME " " DRIVER_VERSION