mpc83xx: cosmetic: MERGERBOX.h checkpatch compliance
[oweals/u-boot.git] / fs / reiserfs / reiserfs.c
index c6ab22647a96d3a034a93a326d448ab81a7b3f26..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 /* CFG_CMD_REISER */