Re: skge missing ifdefs.

From: David S. Miller
Date: Mon Aug 22 2005 - 15:22:52 EST


From: Dave Jones <davej@xxxxxxxxxx>
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
};
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/