ar71xx: drop target
[openwrt/staging/chunkeey.git] / package / system / mtd / src / trx.c
index aaca232b6f9a99e5d786fe4d19ff34f904e6bc42..3e3b5d220c6209bcd5754d976a7b67e2d3a266cf 100644 (file)
@@ -110,7 +110,6 @@ err:
        return -1;
 }
 
-#ifndef target_ar71xx
 int
 trx_check(int imagefd, const char *mtd, char *buf, int *len)
 {
@@ -153,7 +152,6 @@ trx_check(int imagefd, const char *mtd, char *buf, int *len)
        close(fd);
        return 1;
 }
-#endif
 
 int
 mtd_fixtrx(const char *mtd, size_t offset, size_t data_size)