commit | 1aede48dd4cb1d1a22a16ded9796eb8c200c4c4a | [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 | 6c8f3aaa3fcb4ac8a95d21240c2bba427b18ae2e [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>