aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2008-06-29 14:56:45 +0000
committerJohn Crispin <blogic@openwrt.org>2008-06-29 14:56:45 +0000
commitb443cf01c1fb6333c92ac04a84fafdfb1c7207af (patch)
treea198d4953a2954d33b5dc318970d4ba3ce997164 /target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c
parent9e5e864db3996db06355d6021153a51861832ee5 (diff)
downloadmaster-187ad058-b443cf01c1fb6333c92ac04a84fafdfb1c7207af.tar.gz
master-187ad058-b443cf01c1fb6333c92ac04a84fafdfb1c7207af.tar.bz2
master-187ad058-b443cf01c1fb6333c92ac04a84fafdfb1c7207af.zip
fixes mdio, adds runtime board configuration for ifxmips
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11609 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c')
-rw-r--r--target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c b/target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c
index bd500bdec0..97efa37dd1 100644
--- a/target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c
+++ b/target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c
@@ -50,7 +50,7 @@ static struct pci_controller ifxmips_pci_controller =
};
u32 ifxmips_pci_mapped_cfg;
-u32 ifxmips_pci_external_clock = 0;
+int ifxmips_pci_external_clock = 0;
static int __init
ifxmips_pci_set_external_clk(char *str)