projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ramips: rt305x: rewrite SoC detection
[openwrt.git]
/
target
/
linux
/
ramips
/
files
/
arch
/
mips
/
pci
/
pci-rt288x.c
diff --git
a/target/linux/ramips/files/arch/mips/pci/pci-rt288x.c
b/target/linux/ramips/files/arch/mips/pci/pci-rt288x.c
index
16f3bf7
..
f679022
100644
(file)
--- a/
target/linux/ramips/files/arch/mips/pci/pci-rt288x.c
+++ b/
target/linux/ramips/files/arch/mips/pci/pci-rt288x.c
@@
-210,7
+210,7
@@
int __init pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
return irq;
}
-
static int __init rt2880_pci_init
(void)
+
int __init rt288x_register_pci
(void)
{
void __iomem *io_map_base;
int i;
@@
-248,5
+248,3
@@
int pcibios_plat_dev_init(struct pci_dev *dev)
{
return 0;
}
-
-arch_initcall(rt2880_pci_init);
This page took
0.024386 seconds
and
4
git commands to generate.