diff options
-rw-r--r-- | arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 2 | ||||
-rw-r--r-- | arch/x86/platform/intel-mid/mrfl.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/platform/intel-mid/intel_mid_weak_decls.h b/arch/x86/platform/intel-mid/intel_mid_weak_decls.h index 41fe17d0d8ff..46aa25c8ce06 100644 --- a/arch/x86/platform/intel-mid/intel_mid_weak_decls.h +++ b/arch/x86/platform/intel-mid/intel_mid_weak_decls.h | |||
@@ -16,4 +16,4 @@ | |||
16 | */ | 16 | */ |
17 | extern void *get_penwell_ops(void) __attribute__((weak)); | 17 | extern void *get_penwell_ops(void) __attribute__((weak)); |
18 | extern void *get_cloverview_ops(void) __attribute__((weak)); | 18 | extern void *get_cloverview_ops(void) __attribute__((weak)); |
19 | extern void * __init get_tangier_ops(void) __attribute__((weak)); | 19 | extern void *get_tangier_ops(void) __attribute__((weak)); |
diff --git a/arch/x86/platform/intel-mid/mrfl.c b/arch/x86/platform/intel-mid/mrfl.c index 09d10159e7b7..28b636a21887 100644 --- a/arch/x86/platform/intel-mid/mrfl.c +++ b/arch/x86/platform/intel-mid/mrfl.c | |||
@@ -97,7 +97,7 @@ static struct intel_mid_ops tangier_ops = { | |||
97 | .arch_setup = tangier_arch_setup, | 97 | .arch_setup = tangier_arch_setup, |
98 | }; | 98 | }; |
99 | 99 | ||
100 | void * __cpuinit get_tangier_ops() | 100 | void *get_tangier_ops() |
101 | { | 101 | { |
102 | return &tangier_ops; | 102 | return &tangier_ops; |
103 | } | 103 | } |