|
@@ -273,7 +273,7 @@ static int __init at91_cf_probe(struct platform_device *pdev)
|
|
|
goto fail0d;
|
|
|
cf->socket.pci_irq = board->irq_pin;
|
|
|
} else
|
|
|
- cf->socket.pci_irq = NR_IRQS + 1;
|
|
|
+ cf->socket.pci_irq = nr_irqs + 1;
|
|
|
|
|
|
/* pcmcia layer only remaps "real" memory not iospace */
|
|
|
cf->socket.io_offset = (unsigned long)
|