From 273310644f4aef806d84d5b8b70c45aa60e7caaf Mon Sep 17 00:00:00 2001 From: Scott Wood Date: Mon, 22 Jun 2015 22:38:32 -0500 Subject: nand: Remove __UBOOT__ ifdefs I didn't approve the patch that added them. Get them out of the way before doing a sync. Signed-off-by: Scott Wood --- drivers/mtd/nand/nand_ids.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'drivers/mtd/nand/nand_ids.c') diff --git a/drivers/mtd/nand/nand_ids.c b/drivers/mtd/nand/nand_ids.c index 9ed05778d3..5b3792feec 100644 --- a/drivers/mtd/nand/nand_ids.c +++ b/drivers/mtd/nand/nand_ids.c @@ -8,13 +8,8 @@ * published by the Free Software Foundation. * */ -#ifndef __UBOOT__ -#include -#include -#else #include #include -#endif #include #define LP_OPTIONS NAND_SAMSUNG_LP_OPTIONS -- cgit