[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>

authored by Andrew Morton and committed by Linus Torvalds 3fef3fa2 de5b3110

+3
+3
drivers/net/sk98lin/skge.c
··· 5206 5206 5207 5207 return 0; 5208 5208 } 5209 + #else 5210 + #define skge_suspend NULL 5211 + #define skge_resume NULL 5209 5212 #endif 5210 5213 5211 5214 static struct pci_device_id skge_pci_tbl[] = {