public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@davemloft.net>
To: davej@redhat.com
Cc: jgarzik@pobox.com, linux-kernel@vger.kernel.org,
	mlindner@syskonnect.de, akpm@osdl.org
Subject: Re: skge missing ifdefs.
Date: Mon, 22 Aug 2005 13:22:21 -0700 (PDT)	[thread overview]
Message-ID: <20050822.132221.43661966.davem@davemloft.net> (raw)
In-Reply-To: <20050822195913.GF27344@redhat.com>

From: Dave Jones <davej@redhat.com>
Date: Mon, 22 Aug 2005 15:59:13 -0400

> This is still broken afaics in todays -git.

They are certainly there in Linus's current GIT tree.

 ...
#ifdef CONFIG_PM
static int skge_suspend(struct pci_dev *pdev, pm_message_t state)
 ...
static int skge_resume(struct pci_dev *pdev)
 ...
#endif
static struct pci_driver skge_driver = {
 ...
#ifdef CONFIG_PM
	.suspend = 	skge_suspend,
	.resume = 	skge_resume,
#endif
};

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

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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=20050822.132221.43661966.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=akpm@osdl.org \
    --cc=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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox