Re: [PATCH] MIPS: Squash pci_fixup_irqs() compiler warning
From: Ralf Baechle <hidden>
Date: 2011-05-13 10:15:55
Also in:
lkml
From: Ralf Baechle <hidden>
Date: 2011-05-13 10:15:55
Also in:
lkml
On Mon, Apr 18, 2011 at 10:27:53AM -0700, David Daney wrote:
quoted
It's been two years since the original discussion, and the warning is still there. It is now the only warning left in my kernel build. I was hoping we could get this resolved for good (one way or another).
[...]
NAK. I think Ralf's idea in the e-mail you referenced is the proper approach. Change pci_fixup_irqs(...) to take a 'const struct pci_dev *' instead. There is a lot of work going on in the kernel to constify things. This should be fairly easy to get accepted.
It's a fairly big manual job but should be just right for spatch. Ralf