ACPI: fix section mis-match build warning
authorLen Brown <len.brown@intel.com>
Thu, 21 Dec 2006 06:29:59 +0000 (01:29 -0500)
committerLen Brown <len.brown@intel.com>
Tue, 2 Jan 2007 05:19:05 +0000 (00:19 -0500)
commite82c354bb26a9da6fed1fadf7082d68055b7d1db
treefb773c8802921399e3788f6fb7f9b3bab62e12dd
parent9a654b522234615a76717f35365ca4a8beb757df
ACPI: fix section mis-match build warning

Dunno why this pops out in only in the allmodconfig build.
Though the warning is accurate, all the callers of the flagged
non __init function are __init, this is not a functional change.

WARNING: vmlinux - Section mismatch: reference to .init.data:acpi_sci_flags from .text between 'acpi_sci_ioapic_setup' (at offset 0xc010f0a
6) and 'acpi_gsi_to_irq'                                                                                                                   WARNING: vmlinux - Section mismatch: reference to .init.text:mp_override_legacy_irq from .text between 'acpi_sci_ioapic_setup' (at offset 0
xc010f0de) and 'acpi_gsi_to_irq'                                                                                                           WARNING: vmlinux - Section mismatch: reference to .init.data:acpi_sci_override_gsi from .text between 'acpi_sci_ioapic_setup' (at offset 0x
c010f0e4) and 'acpi_gsi_to_irq'

Signed-off-by: Len Brown <len.brown@intel.com>
arch/i386/kernel/acpi/boot.c