X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=env%2Fmmc.c;h=a8b661db80af45766811d7620c1b5b5d6dca23e7;hb=31f39b2f46a4ab49a38179e59dd7c468065e43e3;hp=251ad07d7c08f2a309667e986c5a662008c3666f;hpb=2738f0edea7d19960d692284d1f378b1a2b4c4a5;p=oweals%2Fu-boot.git diff --git a/env/mmc.c b/env/mmc.c index 251ad07d7c..a8b661db80 100644 --- a/env/mmc.c +++ b/env/mmc.c @@ -27,7 +27,7 @@ DECLARE_GLOBAL_DATA_PTR; #if CONFIG_IS_ENABLED(OF_CONTROL) static inline int mmc_offset_try_partition(const char *str, s64 *val) { - disk_partition_t info; + struct disk_partition info; struct blk_desc *desc; int len, i, ret;