From: Hanjun Guo Date: Tue, 6 May 2014 03:29:52 +0000 (+0800) Subject: PCI: Turn pcibios_penalize_isa_irq() into a weak function X-Git-Tag: omap-for-v3.16/fixes-against-rc1~38^2~5^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a43ae58c848cfbadaba81c8d63202b4487f922a0;p=pandora-kernel.git PCI: Turn pcibios_penalize_isa_irq() into a weak function pcibios_penalize_isa_irq() is only implemented by x86 now, and legacy ISA is not used by some architectures. Make pcibios_penalize_isa_irq() a __weak function to simplify the code. This removes the need for new platforms to add stub implementations of pcibios_penalize_isa_irq(). [bhelgaas: changelog, comments] Signed-off-by: Hanjun Guo Signed-off-by: Bjorn Helgaas Acked-by: Arnd Bergmann --- Reading git-diff-tree failed