提交 3fef3fa2 编写于 作者: A Andrew Morton 提交者: Linus Torvalds

[PATCH] skge build fix

Make it compile with CONFIG_PM=n

Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 de5b3110
......@@ -5206,6 +5206,9 @@ static int skge_resume(struct pci_dev *pdev)
return 0;
}
#else
#define skge_suspend NULL
#define skge_resume NULL
#endif
static struct pci_device_id skge_pci_tbl[] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册