diff options
Diffstat (limited to 'arch/x86/include/asm/init_helpers.h')
| -rw-r--r-- | arch/x86/include/asm/init_helpers.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/arch/x86/include/asm/init_helpers.h b/arch/x86/include/asm/init_helpers.h index ade694fba..2f437e034 100644 --- a/arch/x86/include/asm/init_helpers.h +++ b/arch/x86/include/asm/init_helpers.h @@ -37,5 +37,6 @@ int init_bd_struct_r(void);  int flash_init_r(void);  int status_led_set_r(void);  int set_load_addr_r(void); +int init_func_spi(void);  #endif	/* !_INIT_HELPERS_H_ */ |