From: Lothar Waßmann Date: Thu, 22 Aug 2013 14:22:00 +0000 (+0200) Subject: mtd: nand: remove unused macro X-Git-Tag: KARO-TX6-2013-08-23^2~10 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2d67a4aab2194d2ac691fba77b35c3b9cd6c2695;p=karo-tx-uboot.git mtd: nand: remove unused macro --- diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c index 9e05cef417..8cbd86adbc 100644 --- a/drivers/mtd/nand/nand_base.c +++ b/drivers/mtd/nand/nand_base.c @@ -1930,8 +1930,6 @@ static uint8_t *nand_fill_oob(struct mtd_info *mtd, uint8_t *oob, size_t len, return NULL; } -#define NOTALIGNED(x) ((x & (chip->subpagesize - 1)) != 0) - /** * nand_do_write_ops - [INTERN] NAND write with ECC * @mtd: MTD device structure