ACPI: mark acpi_sfi_table_parse() as __init
authorJiang Liu <jiang.liu@huawei.com>
Fri, 22 Jun 2012 06:55:21 +0000 (14:55 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 22 Jun 2012 21:36:44 +0000 (15:36 -0600)
commit397038519f2c2ac68c125c0cd766e91041c52b30
tree001008289012b20a9e9508aa45251abeacc56b38
parent24c97f04c4570e02c5cf4b97c73ab9dc27bacdbe
ACPI: mark acpi_sfi_table_parse() as __init

Mark function acpi_sfi_table_parse() as __init to avoid warning messages:

WARNING: vmlinux.o(.text+0x4cd2d2): Section mismatch in reference from the
function acpi_sfi_table_parse.clone.0() to the function

Function acpi_sfi_table_parse() calls acpi_table_parse() and
pci_parse_mcfg(), which are both marked as __init.  Currently
acpi_sfi_table_parse() is only used by MMCONFIG to scan MCFG table
at boot time only, so it's safe to mark acpi_sfi_table_parse() as __init.

Reviewed-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Jiang Liu <liuj97@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
include/linux/sfi_acpi.h
This page took 0.025708 seconds and 5 git commands to generate.