commit | d29712e8c65763a70b43b4df32bd923dd99cf76b | [log] [tgz] |
---|---|---|
author | Graeme Russ <graeme.russ@gmail.com> | Tue Nov 27 15:38:35 2012 +0000 |
committer | Simon Glass <sjg@chromium.org> | Wed Nov 28 11:40:03 2012 -0800 |
tree | 3ef9c795b051ff68d0761f3afe4be192b1ea8460 | |
parent | a1fe6aae7540ea1bab9fc984319b5930206507d8 [diff] |
x86: Forward declare gd_t So it can be used as a type in struct global_data and remove an ugly typecast Signed-off-by: Graeme Russ <graeme.russ@gmail.com> Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Marek Vasut <marex@denx.de>