diff options
author | John Crispin <john@openwrt.org> | 2011-02-04 22:48:53 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-02-04 22:48:53 +0000 |
commit | 752dcaeaf4c17c7688e03d9e8aba05e84ea6fb0a (patch) | |
tree | b08195a4aee9a91114606495da53221bae9a0217 /target/linux/lantiq/patches/101-header.patch | |
parent | 640f3eb0b46ab96bb5cc9acc06369e081df97de1 (diff) | |
download | upstream-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.patch | 2 |
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 |