From 2f25d9963ee6ba57db67a0410fcd932f4be18373 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 4 Jan 2013 16:29:29 -0800 Subject: ARMv7: drop __ASSEMBLY__ We moved to using __ASSEMBLER__ years ago since it is set by as. Change-Id: I60103ba23ebe87be1d0bc63beed0ef5b05eed4f2 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/2111 Reviewed-by: Ronald G. Minnich Tested-by: build bot (Jenkins) --- src/cpu/samsung/exynos5-common/gpio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/samsung/exynos5-common/gpio.h') diff --git a/src/cpu/samsung/exynos5-common/gpio.h b/src/cpu/samsung/exynos5-common/gpio.h index 37dd678b09..d291fae770 100644 --- a/src/cpu/samsung/exynos5-common/gpio.h +++ b/src/cpu/samsung/exynos5-common/gpio.h @@ -21,7 +21,7 @@ #ifndef __ASM_ARCH_COMMON_GPIO_H #define __ASM_ARCH_COMMON_GPIO_H -#ifndef __ASSEMBLY__ /* FIXME: not needed (i hope)? */ +#ifndef __ASSEMBLER__ /* FIXME: not needed (i hope)? */ #include /* FIXME: s5p's gpio.h and exynos' gpio.h have a lot of conflicting definitions */ -- cgit v1.2.3