aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches/101-header.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2011-02-04 22:48:53 +0000
committerJohn Crispin <john@openwrt.org>2011-02-04 22:48:53 +0000
commit752dcaeaf4c17c7688e03d9e8aba05e84ea6fb0a (patch)
treeb08195a4aee9a91114606495da53221bae9a0217 /target/linux/lantiq/patches/101-header.patch
parent640f3eb0b46ab96bb5cc9acc06369e081df97de1 (diff)
downloadupstream-752dcaeaf4c17c7688e03d9e8aba05e84ea6fb0a.tar.gz
upstream-752dcaeaf4c17c7688e03d9e8aba05e84ea6fb0a.tar.bz2
upstream-752dcaeaf4c17c7688e03d9e8aba05e84ea6fb0a.zip
* fixes old ifxmips in header file * pass default ebu value to gpio driver
SVN-Revision: 25366
Diffstat (limited to 'target/linux/lantiq/patches/101-header.patch')
-rw-r--r--target/linux/lantiq/patches/101-header.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/patches/101-header.patch b/target/linux/lantiq/patches/101-header.patch
index 28a44a7425..454ed3e95d 100644
--- a/target/linux/lantiq/patches/101-header.patch
+++ b/target/linux/lantiq/patches/101-header.patch
@@ -146,6 +146,6 @@
+ int irq[16];
+};
+
-+extern int (*ifxmips_pci_plat_dev_init)(struct pci_dev *dev);
++extern int (*lqpci_plat_dev_init)(struct pci_dev *dev);
+
+#endif