Tony Luck d57c4a3892 [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>
2007-05-24 10:59:44 -07:00
..
2007-03-07 16:27:09 -08:00
2007-05-11 05:38:25 -04:00
2005-04-16 15:20:36 -07:00
2007-05-10 09:35:30 -07:00
2006-06-21 11:19:22 -07:00
2006-06-21 11:19:22 -07:00
2007-03-07 16:27:09 -08:00
2005-04-16 15:20:36 -07:00
2006-07-31 13:28:43 -07:00
2007-05-09 14:20:59 -07:00
2007-05-11 14:55:43 -07:00
2007-05-11 14:55:43 -07:00
2006-12-12 12:00:55 -08:00
2007-05-16 09:00:51 -07:00
2007-05-11 14:55:43 -07:00
2006-09-26 14:44:37 -07:00
2007-05-11 14:55:43 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-12-07 10:48:19 -08:00
2007-05-11 14:55:43 -07:00
2007-05-11 14:55:43 -07:00
2007-05-11 14:55:43 -07:00
2005-04-16 15:20:36 -07:00
2007-05-11 14:55:43 -07:00
2007-05-08 14:51:59 -07:00
2007-05-11 14:55:43 -07:00
2007-05-14 15:57:39 -07:00
2007-05-11 14:55:43 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2007-05-22 10:14:36 -07:00