Re: [PATCH] PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.
From: Guan Xuetao <hidden>
Date: 2011-06-13 09:00:44
Also in:
linux-mips, linux-tegra
On Fri, 2011-06-10 at 15:30 +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> To: Anton Vorontsov <redacted> To: Chris Metcalf <redacted> To: Colin Cross <redacted> To: "David S. Miller" <davem@davemloft.net> To: Eric Miao <redacted> To: Erik Gilling <redacted> To: Guan Xuetao <redacted> To: "H. Peter Anvin" <hpa@zytor.com> To: Imre Kaloz <kaloz@openwrt.org> To: Ingo Molnar <mingo@redhat.com> To: Ivan Kokshaysky <redacted> To: Jesse Barnes <redacted> To: Krzysztof Halasa <khc@pm.waw.pl> To: Lennert Buytenhek <kernel@wantstofly.org> To: Matt Turner <mattst88@gmail.com> To: Nicolas Pitre <nico@fluxnic.net> To: Olof Johansson <redacted> To: Paul Mundt <redacted> To: Richard Henderson <redacted> To: Russell King <redacted> To: Thomas Gleixner <redacted> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: linux-alpha@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-mips@linux-mips.org Cc: linux-pci@vger.kernel.org Cc: linux-sh@vger.kernel.org Cc: linux-tegra@vger.kernel.org Cc: sparclinux@vger.kernel.org Cc: x86@kernel.org ---
For UniCore32 related codes: Acked-by: Guan Xuetao <redacted>