Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

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