patch-2.3.15 linux/drivers/block/genhd.c
Next file: linux/drivers/char/Config.in
Previous file: linux/drivers/atm/zeprom.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Aug 23 09:56:31 1999
- Orig file:
v2.3.14/linux/drivers/block/genhd.c
- Orig date:
Thu Aug 12 12:26:06 1999
diff -u --recursive --new-file v2.3.14/linux/drivers/block/genhd.c linux/drivers/block/genhd.c
@@ -22,6 +22,7 @@
extern int net_dev_init(void);
extern void console_map_init(void);
extern int soc_probe(void);
+extern int atmdev_init(void);
void __init device_init(void)
{
@@ -50,6 +51,9 @@
#endif
#ifdef CONFIG_INET
net_dev_init();
+#endif
+#ifdef CONFIG_ATM
+ (void) atmdev_init();
#endif
#ifdef CONFIG_VT
console_map_init();
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)