[PATCH] PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.
From: Paul Mundt <hidden>
Date: 2011-06-13 04:24:10
Also in:
linux-alpha, linux-mips, linux-tegra
From: Paul Mundt <hidden>
Date: 2011-06-13 04:24:10
Also in:
linux-alpha, linux-mips, linux-tegra
On Fri, Jun 10, 2011 at 03:30:21PM +0100, Ralf Baechle wrote:
Aside of the usual motivation for constification, this function has a history of being abused a hook for interrupt and other fixups so I turned this function const ages ago in the MIPS code but it should be done treewide. Due to function pointer passing in varous places a few other functions had to be constified as well. Signed-off-by: Ralf Baechle <redacted>
Acked-by: Paul Mundt <redacted>