mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01: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:
@@ -2368,7 +2368,7 @@ fail:
|
||||
return -1;
|
||||
}
|
||||
|
||||
int ext4fs_mount(unsigned part_length)
|
||||
int ext4fs_mount(void)
|
||||
{
|
||||
struct ext2_data *data;
|
||||
int status;
|
||||
|
||||
Reference in New Issue
Block a user