commit | bd602c536771c53d0d56273d8f7d6596425b8f5c | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Tue Feb 25 02:25:30 2020 +0900 |
committer | Peng Fan <peng.fan@nxp.com> | Mon Mar 09 08:33:15 2020 +0800 |
tree | c019f0e681b531e21b56eef17fada06899ad7fba | |
parent | ad8336fd4c5921c97b4da950f33db007acc650b4 [diff] |
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>