1
0
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:
Sean Anderson
2023-11-08 12:51:09 -05:00
committed by Tom Rini
parent da35ab68de
commit 7667bdeb0e
5 changed files with 7 additions and 7 deletions

View File

@@ -2368,7 +2368,7 @@ fail:
return -1;
}
int ext4fs_mount(unsigned part_length)
int ext4fs_mount(void)
{
struct ext2_data *data;
int status;