]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: Remove <asm/types.h> from asm/global_data.h
authorTom Rini <trini@konsulko.com>
Thu, 14 Dec 2023 18:16:49 +0000 (13:16 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 21 Dec 2023 13:54:37 +0000 (08:54 -0500)
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>
arch/arm/include/asm/global_data.h

index 75bd9d56f893f1b859d2eb272b3e6a782123fcbb..2bb978d668396081c36914359d51c7cdb7457800 100644 (file)
@@ -11,7 +11,6 @@
 
 #include <config.h>
 
-#include <asm/types.h>
 #include <linux/types.h>
 
 /* Architecture-specific global data */