Skip to content
Snippets Groups Projects
Commit 26f8a4ac authored by Stephen Warren's avatar Stephen Warren Committed by Tom Rini
Browse files

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: default avatarStephen Warren <swarren@wwwdotorg.org>
parent c1cfd519
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment