]> git.dujemihanovic.xyz Git - u-boot.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)
commitbd602c536771c53d0d56273d8f7d6596425b8f5c
treec019f0e681b531e21b56eef17fada06899ad7fba
parentad8336fd4c5921c97b4da950f33db007acc650b4
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