diff mbox series

[v2,07/16] arm: Remove <asm/types.h> from asm/global_data.h

Message ID 20231214181658.3359902-7-trini@konsulko.com
State Accepted
Commit 78e326d631e081295da73fc3532af2ac8a1c2ca1
Delegated to: Tom Rini
Headers show
Series [v2,01/16] qe: Add <config.h> to linux/immap_qe.h | expand

Commit Message

Tom Rini Dec. 14, 2023, 6:16 p.m. UTC
We need and include <linux/types.h> and this in turn already includes
<asm/types.h>, so drop it here.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
---
 arch/arm/include/asm/global_data.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/include/asm/global_data.h b/arch/arm/include/asm/global_data.h
index 75bd9d56f893..2bb978d66839 100644
--- a/arch/arm/include/asm/global_data.h
+++ b/arch/arm/include/asm/global_data.h
@@ -11,7 +11,6 @@ 
 
 #include <config.h>
 
-#include <asm/types.h>
 #include <linux/types.h>
 
 /* Architecture-specific global data */