diff options
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.37/150-lanready_ap1000_support.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.37/150-lanready_ap1000_support.patch | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.37/150-lanready_ap1000_support.patch b/target/linux/ixp4xx/patches-2.6.37/150-lanready_ap1000_support.patch index 16f19baf23..8b7c98eb73 100644 --- a/target/linux/ixp4xx/patches-2.6.37/150-lanready_ap1000_support.patch +++ b/target/linux/ixp4xx/patches-2.6.37/150-lanready_ap1000_support.patch @@ -1,6 +1,6 @@ --- /dev/null +++ b/arch/arm/mach-ixp4xx/ap1000-setup.c -@@ -0,0 +1,151 @@ +@@ -0,0 +1,149 @@ +/* + * arch/arm/mach-ixp4xx/ap1000-setup.c + * @@ -142,8 +142,6 @@ +#ifdef CONFIG_MACH_AP1000 +MACHINE_START(AP1000, "Lanready AP-1000") + /* Maintainer: Imre Kaloz <Kaloz@openwrt.org> */ -+ .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, -+ .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, + .fixup = ap1000_fixup, + .map_io = ixp4xx_map_io, + .init_irq = ixp4xx_init_irq, |