]> git.sur5r.net Git - u-boot/blobdiff - fs/ext2/ext2fs.c
jffs2: rename devices_init () in common/jffs2.c
[u-boot] / fs / ext2 / ext2fs.c
index 78335510e2ba58a08bdd754050cdbd62f8c14add..436f4a4aa92a0f7eaef694743c172b4f8c2482e3 100644 (file)
@@ -24,8 +24,6 @@
  */
 
 #include <common.h>
-
-#if defined(CONFIG_CMD_EXT2)
 #include <ext2fs.h>
 #include <malloc.h>
 #include <asm/byteorder.h>
@@ -874,5 +872,3 @@ fail:
        ext2fs_root = NULL;
        return (0);
 }
-
-#endif