patch-2.3.51 linux/drivers/net/setup.c
Next file: linux/drivers/net/tokenring/Makefile
Previous file: linux/drivers/net/ppp_generic.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Mar 9 07:08:04 2000
- Orig file:
v2.3.50/linux/drivers/net/setup.c
- Orig date:
Thu Mar 2 14:36:22 2000
diff -u --recursive --new-file v2.3.50/linux/drivers/net/setup.c linux/drivers/net/setup.c
@@ -227,7 +227,7 @@
extern int sb1000_probe(struct net_device *dev);
static struct net_device sb1000_dev =
{
- "cm0 __PAD3", 0x0, 0x0, 0x0, 0x0, 0, 0, 0, 0, 0, NULL, sb1000_probe
+ "cm0" __PAD3, 0x0, 0x0, 0x0, 0x0, 0, 0, 0, 0, 0, NULL, sb1000_probe
};
register_netdev(&sb1000_dev);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)