diff options
Diffstat (limited to 'src/cpu/samsung/exynos5-common/spi.h')
-rw-r--r-- | src/cpu/samsung/exynos5-common/spi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/samsung/exynos5-common/spi.h b/src/cpu/samsung/exynos5-common/spi.h index 3430ac1ab2..3f3675921c 100644 --- a/src/cpu/samsung/exynos5-common/spi.h +++ b/src/cpu/samsung/exynos5-common/spi.h @@ -20,7 +20,7 @@ #ifndef __ASM_ARCH_EXYNOS_COMMON_SPI_H_ #define __ASM_ARCH_EXYNOS_COMMON_SPI_H_ -#ifndef __ASSEMBLY__ +#ifndef __ASSEMBLER__ /* SPI peripheral register map; padded to 64KB */ struct exynos_spi { @@ -85,5 +85,5 @@ struct exynos_spi { #define SPI_RX_BYTE_SWAP (1 << 6) #define SPI_RX_HWORD_SWAP (1 << 7) -#endif /* __ASSEMBLY__ */ +#endif /* __ASSEMBLER__ */ #endif |