patch-2.1.6 linux/net/core/dev.c
Next file: linux/net/core/dev_mcast.c
Previous file: linux/net/core/datagram.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Tue Oct 29 15:33:39 1996
- Orig file:
v2.1.5/linux/net/core/dev.c
- Orig date:
Wed Oct 16 10:48:31 1996
diff -u --recursive --new-file v2.1.5/linux/net/core/dev.c linux/net/core/dev.c
@@ -50,7 +50,7 @@
*
*/
-#include <asm/segment.h>
+#include <asm/uaccess.h>
#include <asm/system.h>
#include <asm/bitops.h>
#include <linux/config.h>
@@ -1366,6 +1366,7 @@
extern int lance_init(void);
extern int ni65_init(void);
extern int pi_init(void);
+extern int scc_init(void);
extern void sdla_setup(void);
extern void dlci_setup(void);
@@ -1407,6 +1408,9 @@
#if defined(CONFIG_PI)
pi_init();
#endif
+#if defined(CONFIG_SCC)
+ scc_init();
+#endif
#if defined(CONFIG_PT)
pt_init();
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov