From: Ralf Baechle Date: Thu, 11 Oct 2012 09:14:12 +0000 (+0200) Subject: MIPS: Malta: Fix section mismatch. X-Git-Tag: v3.7-rc1~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eaaac508a7435dda92f9f16d612a1354ea3d7c4;p=pandora-kernel.git MIPS: Malta: Fix section mismatch. LD arch/mips/pci/built-in.o WARNING: arch/mips/pci/built-in.o(.devinit.text+0x2a0): Section mismatch in reference from the function malta_piix_func0_fixup() to the variable .init.data:pci_irq The function __devinit malta_piix_func0_fixup() references a variable __initdata pci_irq. If pci_irq is only used by malta_piix_func0_fixup then annotate pci_irq with a matching annotation. Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed