of: remove /proc/device-tree
[firefly-linux-kernel-4.4.55.git] / fs / proc / root.c
index 41a6ea93f486ff81b6b112821339a66f0b020324..50cfaa591969760ab4a770e103fde56e1c6e1e07 100644 (file)
@@ -179,9 +179,6 @@ void __init proc_root_init(void)
        proc_mkdir("openprom", NULL);
 #endif
        proc_tty_init();
-#ifdef CONFIG_PROC_DEVICETREE
-       proc_device_tree_init();
-#endif
        proc_mkdir("bus", NULL);
        proc_sys_init();
 }