Commit 61717571f2b55747e394f217b2fd519213433f88

Authored by Sergey Kubushyn
Committed by Scott Wood
1 parent 7748b41482

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 <ksi@koi8.net>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -34,7 +34,7 @@
34 34 }
35 35  
36 36 static int fb_nand_lookup(const char *partname, char *response,
37   - struct mtd_info **nand,
  37 + struct mtd_info **mtd,
38 38 struct part_info **part)
39 39 {
40 40 struct mtd_device *dev;