]> git.sur5r.net Git - u-boot/blobdiff - fs/reiserfs/dev.c
mmc: remove the hard setting for tran_speed
[u-boot] / fs / reiserfs / dev.c
index 6b36c06b5c12ccfc4c84a3070ca3e2d94cc43ff7..1facfaf182d70491884cafbd85111109ce5a482e 100644 (file)
@@ -19,8 +19,6 @@
 
 
 #include <common.h>
-#if defined(CONFIG_CMD_REISER)
-
 #include <config.h>
 #include <reiserfs.h>
 
@@ -35,7 +33,7 @@ int reiserfs_set_blk_dev(block_dev_desc_t *rbdd, int part)
        reiserfs_block_dev_desc = rbdd;
 
        if (part == 0) {
-               /* disk doesn't use partition table */
+               /* disk doesn't use partition table */
                part_info.start = 0;
                part_info.size = rbdd->lba;
                part_info.blksz = rbdd->blksz;
@@ -119,5 +117,3 @@ int reiserfs_devread (int sector, int byte_offset, int byte_len, char *buf)
 
        return 1;
 }
-
-#endif