]> git.sur5r.net Git - u-boot/blobdiff - fs/reiserfs/mode_string.c
cros: exynos: add SPI support for cros_ec
[u-boot] / fs / reiserfs / mode_string.c
index 3e57ee4a938259f3c0a5f549ca604aaf9beb6303..801263d881fa8f2ba2c7cba87222a75f58084c94 100644 (file)
@@ -25,7 +25,6 @@
 
 
 #include <common.h>
-#if defined(CONFIG_CMD_REISER)
 #include <linux/stat.h>
 
 #if ( S_ISUID != 04000 ) || ( S_ISGID != 02000 ) || ( S_ISVTX != 01000 ) \
@@ -137,5 +136,3 @@ const char *bb_mode_string(int mode)
 }
 
 #endif
-
-#endif