diff options
Diffstat (limited to 'include/fs.h')
| -rw-r--r-- | include/fs.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/fs.h b/include/fs.h index c837bae25..7d9403ed8 100644 --- a/include/fs.h +++ b/include/fs.h @@ -59,10 +59,10 @@ int fs_read(const char *filename, ulong addr, int offset, int len);   * to a specific filesystem type via the fstype parameter.   */  int do_load(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[], -		int fstype, int cmdline_base); +		int fstype);  int do_ls(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[],  		int fstype);  int do_save(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[], -		int fstype, int cmdline_base); +		int fstype);  #endif /* _FS_H */ |