diff options
Diffstat (limited to 'arch/arm/mach-ixp4xx/gtwx5715-setup.c')
| -rw-r--r-- | arch/arm/mach-ixp4xx/gtwx5715-setup.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ixp4xx/gtwx5715-setup.c b/arch/arm/mach-ixp4xx/gtwx5715-setup.c index a23f8939145..18ebc6be796 100644 --- a/arch/arm/mach-ixp4xx/gtwx5715-setup.c +++ b/arch/arm/mach-ixp4xx/gtwx5715-setup.c @@ -165,6 +165,7 @@ static void __init gtwx5715_init(void)  MACHINE_START(GTWX5715, "Gemtek GTWX5715 (Linksys WRV54G)")  	/* Maintainer: George Joseph */  	.map_io		= ixp4xx_map_io, +	.init_early	= ixp4xx_init_early,  	.init_irq	= ixp4xx_init_irq,  	.timer		= &ixp4xx_timer,  	.atag_offset	= 0x100,  |