Loading drivers/net/atl1c/atl1c_main.c +2 −0 Original line number Diff line number Diff line Loading @@ -2537,6 +2537,7 @@ static int atl1c_suspend(struct device *dev) return 0; } #ifdef CONFIG_PM_SLEEP static int atl1c_resume(struct device *dev) { struct pci_dev *pdev = to_pci_dev(dev); Loading @@ -2563,6 +2564,7 @@ static int atl1c_resume(struct device *dev) return 0; } #endif static void atl1c_shutdown(struct pci_dev *pdev) { Loading Loading
drivers/net/atl1c/atl1c_main.c +2 −0 Original line number Diff line number Diff line Loading @@ -2537,6 +2537,7 @@ static int atl1c_suspend(struct device *dev) return 0; } #ifdef CONFIG_PM_SLEEP static int atl1c_resume(struct device *dev) { struct pci_dev *pdev = to_pci_dev(dev); Loading @@ -2563,6 +2564,7 @@ static int atl1c_resume(struct device *dev) return 0; } #endif static void atl1c_shutdown(struct pci_dev *pdev) { Loading