mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-02 18:31:05 +02:00
Further fix to 2.6.26 patch for USR8200
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14002 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6d7ecff3b6
commit
e5f989a56a
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user