commit | 10e6a37d001439ae99980c458c32788f8ae1b88c | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Dec 14 13:16:52 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 21 08:54:37 2023 -0500 |
tree | eebced19784de0d4856efbc8a67820a6dc9ba1d3 | |
parent | 2a526c30bb6f350ff166c313c97769f9aacec71d [diff] |
global: Rework architecture global_data.h to include <linux/types.h> In most cases, the architecture global data currently makes use of assorted linux types, but does not include <linux/types.h> to provide them. Add <linux/types.h> instead of relying on indirect inclusion. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>