commit | 78e326d631e081295da73fc3532af2ac8a1c2ca1 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Dec 14 13:16:49 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 21 08:54:37 2023 -0500 |
tree | f6cf9204f2ebf616fc8bbeee670f65750dcff58f | |
parent | ac2370a856688d3378812ed533fec2991501378f [diff] |
arm: Remove <asm/types.h> from asm/global_data.h We need and include <linux/types.h> and this in turn already includes <asm/types.h>, so drop it here. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>