From: Sergey Kubushyn Date: Tue, 7 Jun 2016 21:22:59 +0000 (-0700) Subject: common: fb_nand: won't compile X-Git-Tag: v2016.07-rc2~2^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=61717571f2b55747e394f217b2fd519213433f88;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/common/fb_nand.c b/common/fb_nand.c index e55ea38..ae34f48 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;