From 61717571f2b55747e394f217b2fd519213433f88 Mon Sep 17 00:00:00 2001 From: Sergey Kubushyn Date: Tue, 7 Jun 2016 14:22:59 -0700 Subject: common: fb_nand: won't compile Somehow this got overlooked when getting rid of nand_info. Small patch, won't affect anything else, no reason to wait for the next cycle. Signed-off-by: Sergey Kubushyn --- common/fb_nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/fb_nand.c') diff --git a/common/fb_nand.c b/common/fb_nand.c index e55ea3872f..ae34f4891b 100644 --- a/common/fb_nand.c +++ b/common/fb_nand.c @@ -34,7 +34,7 @@ __weak int board_fastboot_write_partition_setup(char *name) } static int fb_nand_lookup(const char *partname, char *response, - struct mtd_info **nand, + struct mtd_info **mtd, struct part_info **part) { struct mtd_device *dev; -- cgit v1.2.3