]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
ARM: exynos4: Fix build error due to 'gic_bank_offset' undeclared
authorAxel Lin <axel.lin@gmail.com>
Thu, 1 Dec 2011 15:24:30 +0000 (23:24 +0800)
committerMarc Zyngier <marc.zyngier@arm.com>
Fri, 2 Dec 2011 10:30:02 +0000 (10:30 +0000)
commit69676c37290317910543ad0bd14e70544fb3dbf2
treeaff65a2c034b780de9a0473c6b3bb7379786c0fc
parent11f1c5de7be06bbb51363002ebc4d00edc2677df
ARM: exynos4: Fix build error due to 'gic_bank_offset' undeclared

Fix below build error:
  CC      arch/arm/mach-exynos/cpu.o
arch/arm/mach-exynos/cpu.c: In function 'exynos4_init_irq':
arch/arm/mach-exynos/cpu.c:245: error: 'gic_bank_offset' undeclared (first use in this function)
arch/arm/mach-exynos/cpu.c:245: error: (Each undeclared identifier is reported only once
arch/arm/mach-exynos/cpu.c:245: error: for each function it appears in.)
arch/arm/mach-exynos/cpu.c:243: warning: unused variable 'bank_offset'
make[1]: *** [arch/arm/mach-exynos/cpu.o] Error 1
make: *** [arch/arm/mach-exynos] Error 2

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm/mach-exynos/cpu.c