aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches/101-header.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2011-02-04 22:48:53 +0000
committerJohn Crispin <blogic@openwrt.org>2011-02-04 22:48:53 +0000
commit5bd97265a1b087d090137104f094a99683a3d8e3 (patch)
tree618b4b87210016d31ae8a3c043e5ff3c44058530 /target/linux/lantiq/patches/101-header.patch
parentddfac6dfd3856a9cf360837e4725edcd78caf793 (diff)
downloadupstream-5bd97265a1b087d090137104f094a99683a3d8e3.tar.gz
upstream-5bd97265a1b087d090137104f094a99683a3d8e3.tar.bz2
upstream-5bd97265a1b087d090137104f094a99683a3d8e3.zip
[lantiq]
* fixes old ifxmips in header file * pass default ebu value to gpio driver git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25366 3c298f89-4303-0410-b956-a3cf2f4a3e73
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