提交 04da2cf9 编写于 作者: D David S. Miller

qlge: Protect qlge_resume() with CONFIG_PM

Fixes the following build warning:

drivers/net/qlge/qlge_main.c:3897: warning: ‘qlge_resume’ defined but not used
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 53159d06
...@@ -3893,6 +3893,7 @@ static int qlge_suspend(struct pci_dev *pdev, pm_message_t state) ...@@ -3893,6 +3893,7 @@ static int qlge_suspend(struct pci_dev *pdev, pm_message_t state)
return 0; return 0;
} }
#ifdef CONFIG_PM
static int qlge_resume(struct pci_dev *pdev) static int qlge_resume(struct pci_dev *pdev)
{ {
struct net_device *ndev = pci_get_drvdata(pdev); struct net_device *ndev = pci_get_drvdata(pdev);
...@@ -3921,6 +3922,7 @@ static int qlge_resume(struct pci_dev *pdev) ...@@ -3921,6 +3922,7 @@ static int qlge_resume(struct pci_dev *pdev)
return 0; return 0;
} }
#endif /* CONFIG_PM */
static void qlge_shutdown(struct pci_dev *pdev) static void qlge_shutdown(struct pci_dev *pdev)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册