patch-2.3.36 linux/fs/filesystems.c

Next file: linux/fs/namei.c
Previous file: linux/fs/ext2/super.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.35/linux/fs/filesystems.c linux/fs/filesystems.c
@@ -52,6 +52,10 @@
 extern int init_devpts_fs(void);
 #endif
 
+#ifdef CONFIG_SUN_OPENPROMFS
+extern int init_openprom_fs(void);
+#endif
+
 void __init filesystem_setup(void)
 {
 #ifdef CONFIG_MINIX_FS

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)