]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_reiser.c
API: remove duplicate syscall check
[karo-tx-uboot.git] / common / cmd_reiser.c
index d83c31ab3fe916ce39b32b1892550172eec83f67..b7395d7959f366ac9d756b815e48e216abf40b0d 100644 (file)
@@ -27,8 +27,6 @@
  * Reiserfs support
  */
 #include <common.h>
-
-#if (CONFIG_COMMANDS & CFG_CMD_REISER)
 #include <config.h>
 #include <command.h>
 #include <image.h>
@@ -239,5 +237,3 @@ U_BOOT_CMD(
        "    - load binary file 'filename' from 'dev' on 'interface'\n"
        "      to address 'addr' from dos filesystem\n"
 );
-
-#endif /* CONFIG_COMMANDS & CFG_CMD_REISER */