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:
2a7ea65
)
powerpc: Switch <asm/global_data.h> to <linux/types.h>
author
Tom Rini
<trini@konsulko.com>
Wed, 1 Nov 2023 16:28:06 +0000
(12:28 -0400)
committer
Tom Rini
<trini@konsulko.com>
Tue, 7 Nov 2023 19:50:51 +0000
(14:50 -0500)
In matching other architectures that have their global_data.h need to
bring in a types.h header, switch to <linux/types.h> on PowerPC.
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/powerpc/include/asm/global_data.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/global_data.h
b/arch/powerpc/include/asm/global_data.h
index
6ed21c7
..
43d71f5
100644
(file)
--- a/
arch/powerpc/include/asm/global_data.h
+++ b/
arch/powerpc/include/asm/global_data.h
@@
-9,7
+9,7
@@
#define __ASM_GBL_DATA_H
#include <config.h>
-#include
"asm/types.h"
+#include
<linux/types.h>
/* Architecture-specific global data */
struct arch_global_data {