commit | f79117283697c170fbb8ec04d565b92bce5f6371 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sat Dec 06 02:40:55 2008 -0500 |
committer | Scott Wood <scottwood@freescale.com> | Fri Jan 23 10:32:49 2009 -0600 |
tree | e3a8292ceeaef00135e97e79143506de8b61ec28 | |
parent | db7ce8cac66444608aa55fa0233b0689609fd653 [diff] |
NAND: move board_nand_init to nand.h Rather than putting the function prototype for board_nand_init() in the one place where it gets called, put it into nand.h so that every place that also defines it gets the prototype. Otherwise, errors can go silently unnoticed such as using the wrong return value (void rather than int) when defining the function. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Scott Wood <scottwood@freescale.com>