]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
powerpc: Switch <asm/global_data.h> to <linux/types.h>
authorTom Rini <trini@konsulko.com>
Wed, 1 Nov 2023 16:28:06 +0000 (12:28 -0400)
committerTom 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

index 6ed21c781fe4ca77b4c4ec8a655f8e28363ab356..43d71f5caec0b0e7755d0152dfaa6ab48b14693f 100644 (file)
@@ -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 {