projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de5b311
)
[PATCH] skge build fix
author
Andrew Morton
<akpm@osdl.org>
Mon, 1 Aug 2005 05:34:40 +0000
(22:34 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 2 Aug 2005 02:13:59 +0000
(19:13 -0700)
Make it compile with CONFIG_PM=n
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/net/sk98lin/skge.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/sk98lin/skge.c
b/drivers/net/sk98lin/skge.c
index 49bd8c7c3f7dba789f87799236d0b7d6d355ab21..6ee4771addf1e22c5ef1e293889926c83c422f9b 100644
(file)
--- a/
drivers/net/sk98lin/skge.c
+++ b/
drivers/net/sk98lin/skge.c
@@
-5206,6
+5206,9
@@
static int skge_resume(struct pci_dev *pdev)
return 0;
}
+#else
+#define skge_suspend NULL
+#define skge_resume NULL
#endif
static struct pci_device_id skge_pci_tbl[] = {