[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>
This commit is contained in:
@@ -35,7 +35,7 @@ lookup_machvec (const char *name)
|
||||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
void __init
|
||||
machvec_init (const char *name)
|
||||
{
|
||||
struct ia64_machine_vector *mv;
|
||||
|
Reference in New Issue
Block a user