From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Date: Tue, 06 May 2014 07:26:03 +0000 Subject: Re: [PATCH] PCI: Turn pcibios_penalize_isa_irq() into __weak function Message-Id: <4534160.Diq8cthzci@wuerfel> List-Id: References: <1399346992-6584-1-git-send-email-hanjun.guo@linaro.org> In-Reply-To: <1399346992-6584-1-git-send-email-hanjun.guo@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org Cc: Hanjun Guo , Bjorn Helgaas , Tony Luck , linux-ia64@vger.kernel.org, linaro-acpi@lists.linaro.org, linux-pci@vger.kernel.org, x86@kernel.org, Will Deacon , Yijing Wang , Thomas Gleixner On Tuesday 06 May 2014 11:29:52 Hanjun Guo wrote: > pcibios_penalize_isa_irq() is only useful for x86 now, and > legacy ISA is not used by some architectures, so make > pcibios_penalize_isa_irq() as __weak function to simplify > the code, this will prevent new platform from introducing > dummy stub function for pcibios_penalize_isa_irq() too. > > Signed-off-by: Hanjun Guo Acked-by: Arnd Bergmann