diff options
author | Peter Denison <openwrt@marshadder.org> | 2009-01-13 00:08:23 +0000 |
---|---|---|
committer | Peter Denison <openwrt@marshadder.org> | 2009-01-13 00:08:23 +0000 |
commit | 9950f248701c89ce2e21e6716b9a290d2d3d4664 (patch) | |
tree | 227d90b1b2a16757d8fc60d0f39d488b0b3b0b63 | |
parent | 67f97694f3ceeec277b287585ce0accf16e958b5 (diff) | |
download | upstream-9950f248701c89ce2e21e6716b9a290d2d3d4664.tar.gz upstream-9950f248701c89ce2e21e6716b9a290d2d3d4664.tar.bz2 upstream-9950f248701c89ce2e21e6716b9a290d2d3d4664.zip |
Further fix to 2.6.26 patch for USR8200
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14002 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.26/500-usr8200_support.patch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.26/500-usr8200_support.patch b/target/linux/ixp4xx/patches-2.6.26/500-usr8200_support.patch index 365eb6a404..137e7885aa 100644 --- a/target/linux/ixp4xx/patches-2.6.26/500-usr8200_support.patch +++ b/target/linux/ixp4xx/patches-2.6.26/500-usr8200_support.patch @@ -35,7 +35,7 @@ obj-$(CONFIG_IXP4XX_QMGR) += ixp4xx_qmgr.o --- /dev/null +++ b/arch/arm/mach-ixp4xx/usr8200-pci.c -@@ -0,0 +1,78 @@ +@@ -0,0 +1,79 @@ +/* + * arch/arch/mach-ixp4xx/usr8200-pci.c + * @@ -62,8 +62,9 @@ +#include <linux/init.h> +#include <linux/irq.h> + ++#include <asm/irq.h> +#include <asm/mach-types.h> -+#include <mach/hardware.h> ++#include <asm/hardware.h> + +#include <asm/mach/pci.h> + @@ -145,7 +146,7 @@ +#include <linux/leds.h> + +#include <asm/setup.h> -+#include <mach/hardware.h> ++#include <asm/hardware.h> +#include <asm/irq.h> +#include <asm/mach-types.h> +#include <asm/mach/arch.h> |