mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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:
parent
2a7ea65037
commit
704b6d82ba
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue