diff options
Diffstat (limited to 'drivers/base/cpu.c')
-rw-r--r-- | drivers/base/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/cpu.c b/drivers/base/cpu.c index a16d20e389f0..4c358bc44c72 100644 --- a/drivers/base/cpu.c +++ b/drivers/base/cpu.c | |||
@@ -278,7 +278,7 @@ static void cpu_device_release(struct device *dev) | |||
278 | * | 278 | * |
279 | * Initialize and register the CPU device. | 279 | * Initialize and register the CPU device. |
280 | */ | 280 | */ |
281 | int __cpuinit register_cpu(struct cpu *cpu, int num) | 281 | int register_cpu(struct cpu *cpu, int num) |
282 | { | 282 | { |
283 | int error; | 283 | int error; |
284 | 284 | ||