]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - fs/ubifs/tnc.c
tools/imagetool: remove linker script
[karo-tx-uboot.git] / fs / ubifs / tnc.c
index eda50705574d9c063bb14d77d427e1ff33631973..e20cedda575dd27de30e7ce91ff47db3f7b6cd16 100644 (file)
@@ -19,7 +19,6 @@
  * the mutex locked.
  */
 
-#define __UBOOT__
 #ifndef __UBOOT__
 #include <linux/crc32.h>
 #include <linux/slab.h>
@@ -2828,7 +2827,6 @@ out_unlock:
        return ERR_PTR(err);
 }
 
-#ifndef __UBOOT__
 /**
  * tnc_destroy_cnext - destroy left-over obsolete znodes from a failed commit.
  * @c: UBIFS file-system description object
@@ -2870,7 +2868,6 @@ void ubifs_tnc_close(struct ubifs_info *c)
        kfree(c->ilebs);
        destroy_old_idx(c);
 }
-#endif
 
 /**
  * left_znode - get the znode to the left.