]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: make <mmc.h> self-contained
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 24 Feb 2020 17:25:30 +0000 (02:25 +0900)
committerPeng Fan <peng.fan@nxp.com>
Mon, 9 Mar 2020 00:33:15 +0000 (08:33 +0800)
commitf6b9c36851f99eeb3b787fd94c8251227812deec
treec019f0e681b531e21b56eef17fada06899ad7fba
parent2477b03797b6fd6280fb93dffdd990317d418649
mmc: make <mmc.h> self-contained

This header uses bd_t without including its definition.

Change it to (struct bd_info), and add the forward declaration
to specify it as a structure.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
include/mmc.h