diff options
Diffstat (limited to 'arch/powerpc/include/asm/spl.h')
| -rw-r--r-- | arch/powerpc/include/asm/spl.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/powerpc/include/asm/spl.h b/arch/powerpc/include/asm/spl.h index f43bc23c9..7d5f9a0a3 100644 --- a/arch/powerpc/include/asm/spl.h +++ b/arch/powerpc/include/asm/spl.h @@ -26,6 +26,6 @@  #define BOOT_DEVICE_NOR		1  /* Linker symbols */ -extern char __bss_start[], __bss_end__[]; +extern char __bss_start[], __bss_end[];  #endif |