diff options
Diffstat (limited to 'src/cpu/samsung/s5p-common/uart.h')
-rw-r--r-- | src/cpu/samsung/s5p-common/uart.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/samsung/s5p-common/uart.h b/src/cpu/samsung/s5p-common/uart.h index 1c56739f72..bf396cc6e2 100644 --- a/src/cpu/samsung/s5p-common/uart.h +++ b/src/cpu/samsung/s5p-common/uart.h @@ -23,7 +23,7 @@ #ifndef __ASM_ARCH_UART_H_ #define __ASM_ARCH_UART_H_ -#ifndef __ASSEMBLY__ +#ifndef __ASSEMBLER__ /* baudrate rest value */ union br_rest { unsigned short slot; /* udivslot */ @@ -53,6 +53,6 @@ static inline int s5p_uart_divslot(void) return 1; } -#endif /* __ASSEMBLY__ */ +#endif /* __ASSEMBLER__ */ #endif |