commit | 96a3cd84b5293af3aac511f21547fac0c7f85ffd | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@wwwdotorg.org> | Sun Aug 09 11:25:00 2015 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 14 11:05:28 2015 -0400 |
tree | 2b601800df97491ef5aef190584b93145027e1cc | |
parent | 91f1b829c816e01c34349f9ce3cc443c12fe2c9f [diff] |
cm5200: fix FAT function prototypes Remove FAT function prototypes from the cm5200 firmware update code, and include the relevant headers instead. This exposes the fact that the custom prototyoe for do_fat_read() in this file was incorrect. Rather than simply fixing the call-site, replace do_fat_read() with fat_exists(). This removes the only use of do_fat_read() outside of the FAT code. Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>