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 | 9b6691733e6c0f840ffaa83fe8fca5a026210e84 (patch) | |
tree | 1941b2e4673477e632eeec4d08621b65e807fa8d /target/linux/ixp4xx | |
parent | abd01e971d90359bc317ef4723bbf7102b10dcd6 (diff) | |
download | upstream-9b6691733e6c0f840ffaa83fe8fca5a026210e84.tar.gz upstream-9b6691733e6c0f840ffaa83fe8fca5a026210e84.tar.bz2 upstream-9b6691733e6c0f840ffaa83fe8fca5a026210e84.zip |
Further fix to 2.6.26 patch for USR8200
SVN-Revision: 14002
Diffstat (limited to 'target/linux/ixp4xx')
-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> |