PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.
[deliverable/linux.git] / arch / alpha / kernel / sys_ruffian.c
index 8de1046fe91e7f635decef2e2b08aa8d003977ca..915b97570c62f10475fbe90e39e708d7bdff391d 100644 (file)
@@ -120,7 +120,7 @@ ruffian_kill_arch (int mode)
  */
 
 static int __init
-ruffian_map_irq(struct pci_dev *dev, u8 slot, u8 pin)
+ruffian_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
 {
         static char irq_tab[11][5] __initdata = {
              /*INT  INTA INTB INTC INTD */
This page took 0.024534 seconds and 5 git commands to generate.