patch-2.0.30 linux/drivers/net/Space.c
Next file: linux/drivers/net/a2065.c
Previous file: linux/drivers/net/README.wavelan
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
Tue Apr 8 08:47:45 1997
- Orig file:
v2.0.29/linux/drivers/net/Space.c
- Orig date:
Fri Nov 1 13:07:23 1996
diff -u --recursive --new-file v2.0.29/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -409,7 +409,6 @@
#endif
#ifdef CONFIG_NET_IPIP
-#ifdef CONFIG_IP_FORWARD
extern int tunnel_init(struct device *);
static struct device tunnel_dev1 =
@@ -442,22 +441,22 @@
# undef NEXT_DEV
# define NEXT_DEV (&tunnel_dev0)
-#endif
#endif
-#ifdef CONFIG_AP1000
+#ifdef CONFIG_APFDDI
extern int apfddi_init(struct device *dev);
static struct device fddi_dev = {
"fddi", 0x0, 0x0, 0x0, 0x0, 0, 0, 0, 0, 0, NEXT_DEV, apfddi_init };
# undef NEXT_DEV
# define NEXT_DEV (&fddi_dev)
+#endif
+#ifdef CONFIG_APBIF
extern int bif_init(struct device *dev);
static struct device bif_dev = {
"bif", 0x0, 0x0, 0x0, 0x0, 0, 0, 0, 0, 0, NEXT_DEV, bif_init };
# undef NEXT_DEV
# define NEXT_DEV (&bif_dev)
-
#endif
extern int loopback_init(struct device *dev);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov