diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-12-01 10:25:45 -0500 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2011-12-02 05:30:03 -0500 |
commit | e1d95eaf005b7edd3e63ba9312994c3f834a78ac (patch) | |
tree | cca53e392b05bb7706c95932e8e5f8abd73937e4 /arch/arm/mach-exynos | |
parent | 69676c37290317910543ad0bd14e70544fb3dbf2 (diff) |
ARM: exynos4: Fix build error
Trivial fix to fix below build error:
CC arch/arm/mach-exynos/mach-universal_c210.o
arch/arm/mach-exynos/mach-universal_c210.c:24: error: expected identifier or '(' before '<' token
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm/mach-exynos')
-rw-r--r-- | arch/arm/mach-exynos/mach-universal_c210.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/mach-universal_c210.c b/arch/arm/mach-exynos/mach-universal_c210.c index 48e85b03cb16..cfc7d5076f5a 100644 --- a/arch/arm/mach-exynos/mach-universal_c210.c +++ b/arch/arm/mach-exynos/mach-universal_c210.c | |||
@@ -21,7 +21,7 @@ | |||
21 | #include <linux/mmc/host.h> | 21 | #include <linux/mmc/host.h> |
22 | #include <linux/i2c-gpio.h> | 22 | #include <linux/i2c-gpio.h> |
23 | #include <linux/i2c/mcs.h> | 23 | #include <linux/i2c/mcs.h> |
24 | <linux/i2c/atmel_mxt_ts.h> | 24 | #include <linux/i2c/atmel_mxt_ts.h> |
25 | 25 | ||
26 | #include <asm/mach/arch.h> | 26 | #include <asm/mach/arch.h> |
27 | #include <asm/hardware/gic.h> | 27 | #include <asm/hardware/gic.h> |