[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: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
de5b31101f
commit
3fef3fa24d
1 changed files with 3 additions and 0 deletions
|
@ -5206,6 +5206,9 @@ static int skge_resume(struct pci_dev *pdev)
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
#define skge_suspend NULL
|
||||||
|
#define skge_resume NULL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static struct pci_device_id skge_pci_tbl[] = {
|
static struct pci_device_id skge_pci_tbl[] = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue