PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.
[deliverable/linux.git] / arch / sh / drivers / pci / fixups-se7751.c
index fd3e6b02f2898c2bbd2c166fc6cafda33487372d..2ec146c3fa4468453e946c026ae2f58a0d803e61 100644 (file)
@@ -6,7 +6,7 @@
 #include <linux/io.h>
 #include "pci-sh4.h"
 
-int __init pcibios_map_platform_irq(struct pci_dev *, u8 slot, u8 pin)
+int __init pcibios_map_platform_irq(const struct pci_dev *, u8 slot, u8 pin)
 {
         switch (slot) {
         case 0: return 13;
This page took 0.024334 seconds and 5 git commands to generate.