Merge remote-tracking branch 'u-boot/master'
[oweals/u-boot.git] / fs / reiserfs / mode_string.c
index bc565fbddd2bdfea718100915a18d8abde273b5c..801263d881fa8f2ba2c7cba87222a75f58084c94 100644 (file)
@@ -1,4 +1,3 @@
-/* vi: set sw=4 ts=4: */
 /*
  * mode_string implementation for busybox
  *
@@ -26,7 +25,6 @@
 
 
 #include <common.h>
-#if (CONFIG_COMMANDS & CFG_CMD_REISER)
 #include <linux/stat.h>
 
 #if ( S_ISUID != 04000 ) || ( S_ISGID != 02000 ) || ( S_ISVTX != 01000 ) \
@@ -138,5 +136,3 @@ const char *bb_mode_string(int mode)
 }
 
 #endif
-
-#endif /* CFG_CMD_REISER */