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>
This commit is contained in:
Tom Rini
2023-12-14 13:16:49 -05:00
parent ac2370a856
commit 78e326d631

View File

@@ -11,7 +11,6 @@
#include <config.h>
#include <asm/types.h>
#include <linux/types.h>
/* Architecture-specific global data */