git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac2370a
)
arm: Remove <asm/types.h> from asm/global_data.h
author
Tom Rini
<trini@konsulko.com>
Thu, 14 Dec 2023 18:16:49 +0000
(13:16 -0500)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/global_data.h
b/arch/arm/include/asm/global_data.h
index
75bd9d5
..
2bb978d
100644
(file)
--- 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 */