commit | 436e2b731979afc904b2a39f1b2fbb2370f08cb4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 26 09:53:29 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Mar 04 14:19:56 2013 -0500 |
tree | 23676e587914d61df1e9757cec378846af592672 | |
parent | 293d7fbd47f473d8a6b01a5f80d7faa5cd6b67b3 [diff] |
fs: Fully populate the filesystem method struct There is a structure in fs.c with just a probe method. By adding methods for other operations, we can avoid lots of #ifdefs and switch()s. As a first step, create the structure ready for use. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@ti.com>