tree 460fec0433550ae27dd4048e07b34d33f81b47b3
parent de5b31101fdefab2a7858a17601c1a35aadf237f
author Andrew Morton <[EMAIL PROTECTED]> Mon, 01 Aug 2005 12:34:40 -0700
committer Linus Torvalds <[EMAIL PROTECTED]> Tue, 02 Aug 2005 09:13:59 -0700

[PATCH] skge build fix

Make it compile with CONFIG_PM=n

Cc: "Rafael J. Wysocki" <[EMAIL PROTECTED]>
Cc: Jeff Garzik <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>

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

diff --git a/drivers/net/sk98lin/skge.c b/drivers/net/sk98lin/skge.c
--- a/drivers/net/sk98lin/skge.c
+++ b/drivers/net/sk98lin/skge.c
@@ -5206,6 +5206,9 @@ static int skge_resume(struct pci_dev *p
 
        return 0;
 }
+#else
+#define skge_suspend NULL
+#define skge_resume NULL
 #endif
 
 static struct pci_device_id skge_pci_tbl[] = {
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to