|
@@ -114,7 +114,7 @@ int __init tx4938_pciclk66_setup(void)
|
|
return pciclk;
|
|
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) {
|
|
if (get_tx4927_pcicptr(dev->bus->sysdata) == tx4938_pcic1ptr) {
|
|
switch (slot) {
|
|
switch (slot) {
|