commit | 9a86bbb90f3c42e10fce2b9634961ec18f5ca2cb | [log] [tgz] |
---|---|---|
author | Tony Luck <tony.luck@intel.com> | Thu May 10 11:57:58 2007 -0700 |
committer | Tony Luck <tony.luck@intel.com> | Thu May 10 11:57:58 2007 -0700 |
tree | cfce92682cf62c5632a6ee61a2b7cec426edb1bc | |
parent | b9ae3bd255c3e25880b60a997f1b34ad9535b249 [diff] [blame] |
[IA64] Fix - Section mismatch: reference to .init.data:mvec_name machvec_init() should be __init. And then so should hwsw_init(). Signed-off-by: Tony Luck <tony.luck@intel.com>
diff --git a/arch/ia64/kernel/machvec.c b/arch/ia64/kernel/machvec.c index 9620822..13df337 100644 --- a/arch/ia64/kernel/machvec.c +++ b/arch/ia64/kernel/machvec.c
@@ -35,7 +35,7 @@ return 0; } -void +void __init machvec_init (const char *name) { struct ia64_machine_vector *mv;