All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: linux-kernel@vger.kernel.org
Cc: jgarzik@pobox.com, Mirko Lindner <mlindner@syskonnect.de>
Subject: skge missing ifdefs.
Date: Mon, 1 Aug 2005 16:34:42 -0400	[thread overview]
Message-ID: <20050801203442.GD2473@redhat.com> (raw)

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)

             reply	other threads:[~2005-08-01 20:39 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-01 20:34 Dave Jones [this message]
2005-08-01 20:38 ` skge missing ifdefs 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050801203442.GD2473@redhat.com \
    --to=davej@redhat.com \
    --cc=jgarzik@pobox.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mlindner@syskonnect.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.