alpha: silence 'const' warning in sys_marvel.c

warning: passing argument 1 of 'pci_find_capability' discards 'const' qualifier from pointer target type

Signed-off-by: Matt Turner <mattst88@gmail.com>

Changed files
+1 -1
arch
alpha
kernel
+1 -1
arch/alpha/kernel/sys_marvel.c
··· 317 317 } 318 318 319 319 static int 320 - marvel_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) 320 + marvel_map_irq(struct pci_dev *dev, u8 slot, u8 pin) 321 321 { 322 322 struct pci_controller *hose = dev->sysdata; 323 323 struct io7_port *io7_port = hose->sysdata;