Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

atl1c: atl1c_resume() is only used when CONFIG_PM_SLEEP is defined.

Signed-off-by: David S. Miller <davem@davemloft.net>

+2
+2
drivers/net/atl1c/atl1c_main.c
··· 2537 2537 return 0; 2538 2538 } 2539 2539 2540 + #ifdef CONFIG_PM_SLEEP 2540 2541 static int atl1c_resume(struct device *dev) 2541 2542 { 2542 2543 struct pci_dev *pdev = to_pci_dev(dev); ··· 2564 2563 2565 2564 return 0; 2566 2565 } 2566 + #endif 2567 2567 2568 2568 static void atl1c_shutdown(struct pci_dev *pdev) 2569 2569 {