]> git.sur5r.net Git - u-boot/blobdiff - fs/reiserfs/reiserfs.c
s3c64xx: move s3c64xx header files to asm-arm/arch-s3c64xx
[u-boot] / fs / reiserfs / reiserfs.c
index aa96361638e9320456d4ac0063108eaab0f753c4..d84fb20bc74e6762c780a7b345355f5ec288ac2d 100644 (file)
@@ -29,8 +29,6 @@
  */
 
 #include <common.h>
-#if defined(CONFIG_CMD_REISER)
-
 #include <malloc.h>
 #include <linux/ctype.h>
 #include <linux/time.h>
@@ -982,5 +980,3 @@ reiserfs_open (char *filename)
        }
        return filemax;
 }
-
-#endif