public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* skge missing ifdefs.
@ 2005-08-01 20:34 Dave Jones
  2005-08-01 20:38 ` Jeff Garzik
  0 siblings, 1 reply; 12+ messages in thread
From: Dave Jones @ 2005-08-01 20:34 UTC (permalink / raw)
  To: linux-kernel; +Cc: jgarzik, Mirko Lindner

with CONFIG_PM undefined, the build breaks due to 
undefined symbols.

Signed-off-by: Dave Jones <davej@redhat.com>

-- linux-2.6.12/drivers/net/sk98lin/skge.c~	2005-08-01 16:32:42.000000000 -0400
+++ linux-2.6.12/drivers/net/sk98lin/skge.c	2005-08-01 16:33:10.000000000 -0400
@@ -5233,8 +5233,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)

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2005-08-23 21:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-01 20:34 skge missing ifdefs Dave Jones
2005-08-01 20:38 ` Jeff Garzik
2005-08-22 19:59   ` Dave Jones
2005-08-22 20:22     ` David S. Miller
2005-08-22 20:23     ` Andrew Morton
2005-08-22 20:33       ` Dave Jones
2005-08-22 20:35       ` Al Viro
2005-08-22 20:42         ` Andrew Morton
2005-08-22 22:24           ` Roman Zippel
2005-08-23  6:02             ` Al Viro
2005-08-23 11:16               ` Roman Zippel
2005-08-23 21:44           ` Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox