| To: | Jeff Garzik <jgarzik@xxxxxxxxx> |
|---|---|
| Subject: | [PATCH] sk_g16 missing declaration |
| From: | Stephen Hemminger <shemminger@xxxxxxxx> |
| Date: | Tue, 11 Nov 2003 14:47:04 -0800 |
| Cc: | netdev@xxxxxxxxxxx |
| Organization: | Open Source Development Lab |
| Sender: | netdev-bounce@xxxxxxxxxxx |
The new probe code in net-drivers-2.5-exp lost a declaration for the
module case (thanks al).
diff -Nru a/drivers/net/sk_g16.c b/drivers/net/sk_g16.c
--- a/drivers/net/sk_g16.c Tue Nov 11 09:36:10 2003
+++ b/drivers/net/sk_g16.c Tue Nov 11 09:36:10 2003
@@ -604,6 +604,9 @@
#ifdef MODULE
+
+static struct net_device *SK_dev;
+
static int __init SK_init_module (void)
{
SK_dev = SK_init(-1);
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] ethertap can use alloc_etherdev, Stephen Hemminger |
|---|---|
| Next by Date: | Re: Tigon3 5701 PCI-X recv performance problem, David S. Miller |
| Previous by Thread: | [PATCH] ethertap can use alloc_etherdev, Stephen Hemminger |
| Next by Thread: | [2.6 PATCH] ipvs - avoid NULL ptr deref in __ip_vs_get_out_rt, Julian Anastasov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |