projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce8e741
)
MIPS: TXx9: Add __init tag for tx4938_pcic1_map_irq.
author
Atsushi Nemoto
<anemo@mba.ocn.ne.jp>
Tue, 19 Aug 2008 13:55:17 +0000
(22:55 +0900)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 11 Oct 2008 15:18:44 +0000
(16:18 +0100)
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pci/pci-tx4938.c
patch
|
blob
|
history
diff --git
a/arch/mips/pci/pci-tx4938.c
b/arch/mips/pci/pci-tx4938.c
index 60e2c52c2c5ecfd758d949f9fc0e6926e21393b5..1ea257bc3b8faafc0bd8dae93198f67d645f6dba 100644
(file)
--- a/
arch/mips/pci/pci-tx4938.c
+++ b/
arch/mips/pci/pci-tx4938.c
@@
-114,7
+114,7
@@
int __init tx4938_pciclk66_setup(void)
return pciclk;
}
-int tx4938_pcic1_map_irq(const struct pci_dev *dev, u8 slot)
+int
__init
tx4938_pcic1_map_irq(const struct pci_dev *dev, u8 slot)
{
if (get_tx4927_pcicptr(dev->bus->sysdata) == tx4938_pcic1ptr) {
switch (slot) {