commit | d788bbab9dbc9b585f1fa4856e1f86f8f3530cf6 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Tue Feb 25 02:22:27 2020 +0900 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 16 12:49:09 2020 -0400 |
tree | a0840a9dc8b425c26b9a3e19127cd460bb82a699 | |
parent | bb18258ba1b11478ac01708cd68e89686ef9d86b [diff] |
global_data.h: make <asm-generic/global_data.h> self-contained The compiler never knows what 'bd_t' is without including <asm/u-boot.h>. By changing it to (struct bd_info), the compiler learns it is struct. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>