Skip to content
Commit 2eaaac50 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

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: default avatarRalf Baechle <ralf@linux-mips.org>
parent 3efd5a0d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment