diff options
Diffstat (limited to 'arch/arm/mach-exynos/mach-origen.c')
| -rw-r--r-- | arch/arm/mach-exynos/mach-origen.c | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm/mach-exynos/mach-origen.c index 5e34b9c16196..579d2d171daa 100644 --- a/arch/arm/mach-exynos/mach-origen.c +++ b/arch/arm/mach-exynos/mach-origen.c @@ -29,7 +29,6 @@  #include <linux/platform_data/usb-exynos.h>  #include <asm/mach/arch.h> -#include <asm/hardware/gic.h>  #include <asm/mach-types.h>  #include <video/platform_lcd.h> @@ -814,10 +813,9 @@ MACHINE_START(ORIGEN, "ORIGEN")  	.smp		= smp_ops(exynos_smp_ops),  	.init_irq	= exynos4_init_irq,  	.map_io		= origen_map_io, -	.handle_irq	= gic_handle_irq,  	.init_machine	= origen_machine_init,  	.init_late	= exynos_init_late, -	.timer		= &exynos4_timer, +	.init_time	= exynos4_timer_init,  	.reserve	= &origen_reserve,  	.restart	= exynos4_restart,  MACHINE_END  | 
