powerpc: Switch <asm/global_data.h> to <linux/types.h>

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>
This commit is contained in:
Tom Rini 2023-11-01 12:28:06 -04:00
parent 2a7ea65037
commit 704b6d82ba

View 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 {