diff options
Diffstat (limited to 'arch/mips/mm/sc-mips.c')
-rw-r--r-- | arch/mips/mm/sc-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mm/sc-mips.c b/arch/mips/mm/sc-mips.c index df96da7e939b..5d01392e3518 100644 --- a/arch/mips/mm/sc-mips.c +++ b/arch/mips/mm/sc-mips.c | |||
@@ -132,7 +132,7 @@ static inline int __init mips_sc_probe(void) | |||
132 | return 1; | 132 | return 1; |
133 | } | 133 | } |
134 | 134 | ||
135 | int __cpuinit mips_sc_init(void) | 135 | int mips_sc_init(void) |
136 | { | 136 | { |
137 | int found = mips_sc_probe(); | 137 | int found = mips_sc_probe(); |
138 | if (found) { | 138 | if (found) { |