mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
fs: ext4: Remove unused parameter from ext4_mount
The part_length parameter is not used. Remove it. Signed-off-by: Sean Anderson <seanga2@gmail.com>
This commit is contained in:
parent
da35ab68de
commit
7667bdeb0e
5 changed files with 7 additions and 7 deletions
|
@ -2368,7 +2368,7 @@ fail:
|
|||
return -1;
|
||||
}
|
||||
|
||||
int ext4fs_mount(unsigned part_length)
|
||||
int ext4fs_mount(void)
|
||||
{
|
||||
struct ext2_data *data;
|
||||
int status;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue