
From: Andrew Morton <akpm@osdl.org>

Cc: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 drivers/net/sk98lin/skge.c |    2 ++
 1 files changed, 2 insertions(+)

diff -puN drivers/net/sk98lin/skge.c~sk98lin-basic-suspend-resume-support-fix drivers/net/sk98lin/skge.c
--- 25-alpha/drivers/net/sk98lin/skge.c~sk98lin-basic-suspend-resume-support-fix	2005-07-26 22:54:09.000000000 -0700
+++ 25-alpha-akpm/drivers/net/sk98lin/skge.c	2005-07-26 22:54:21.000000000 -0700
@@ -5227,8 +5227,10 @@ static struct pci_driver skge_driver = {
 	.id_table	= skge_pci_tbl,
 	.probe		= skge_probe_one,
 	.remove		= __devexit_p(skge_remove_one),
+#ifdef CONFIG_PM
 	.suspend	= skge_suspend,
 	.resume		= skge_resume,
+#endif
 };
 
 static int __init skge_init(void)
_
