Skip to content

Commit

Permalink
[PATCH] skge build fix
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Aug 2, 2005
1 parent de5b311 commit 3fef3fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/net/sk98lin/skge.c
Expand Up @@ -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[] = {
Expand Down

0 comments on commit 3fef3fa

Please sign in to comment.