diff options
author | Jiang Liu <jiang.liu@huawei.com> | 2012-06-22 06:55:21 (GMT) |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2012-06-22 21:36:44 (GMT) |
commit | 397038519f2c2ac68c125c0cd766e91041c52b30 (patch) | |
tree | 001008289012b20a9e9508aa45251abeacc56b38 /include/linux/io.h | |
parent | 24c97f04c4570e02c5cf4b97c73ab9dc27bacdbe (diff) | |
download | linux-fsl-qoriq-397038519f2c2ac68c125c0cd766e91041c52b30.tar.xz |
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>
Diffstat (limited to 'include/linux/io.h')
0 files changed, 0 insertions, 0 deletions