global: Rework architecture global_data.h to include <linux/types.h>
In most cases, the architecture global data currently makes use of assorted linux types, but does not include <linux/types.h> to provide them. Add <linux/types.h> instead of relying on indirect inclusion. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
#ifndef __ASM_GBL_DATA_H
|
||||
#define __ASM_GBL_DATA_H
|
||||
|
||||
#include <linux/types.h>
|
||||
#include <asm/regdef.h>
|
||||
#include <asm/types.h>
|
||||
|
||||
struct octeon_eeprom_mac_addr {
|
||||
u8 mac_addr_base[6];
|
||||
|
||||
Reference in New Issue
Block a user