diff options
author | Tony Luck <tony.luck@intel.com> | 2007-05-24 19:59:44 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-05-24 19:59:44 +0200 |
commit | d57c4a38928ab2f71542046a9bae2932006b2523 (patch) | |
tree | c2e05ae5ad9b4dbd14294d039ed5a0a6f5eddc80 /drivers/Kconfig | |
parent | [IA64] Cleanup acpi header to reuse the generic _PDC defines (diff) | |
download | linux-d57c4a38928ab2f71542046a9bae2932006b2523.tar.xz linux-d57c4a38928ab2f71542046a9bae2932006b2523.zip |
[IA64] acpi_get_sysname() should be __init
Section mismatch: reference to .init.text:acpi_find_rsdp
(between 'acpi_get_sysname' and 'acpi_request_vector')
acpi_get_sysname() needs to call the __init function acpi_find_rsdp, but it
doesn't have the __init attribute itself, hence the warning. Luckily it is
only called from machvec_init() which has __init attribute, so the fix
is to define acpi_get_sysname() as __init too.
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'drivers/Kconfig')
0 files changed, 0 insertions, 0 deletions