diff options
Diffstat (limited to 'target/linux/ifxmips/files/arch/mips/pci')
-rw-r--r-- | target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c | 2 |
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 bd500bd..97efa37 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) |