diff --git a/[refs] b/[refs] index ae8296f8d73d..8fe7cde26cfe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 96c5865559cee0f9cbc5173f3c949f6ce3525581 +refs/heads/master: 33b5f31bbc4d047d048d8635fccdab38ffe6c287 diff --git a/trunk/drivers/base/cpu.c b/trunk/drivers/base/cpu.c index c5885f5ce0ac..499b003f9278 100644 --- a/trunk/drivers/base/cpu.c +++ b/trunk/drivers/base/cpu.c @@ -110,7 +110,7 @@ static SYSDEV_ATTR(crash_notes, 0400, show_crash_notes, NULL); * * Initialize and register the CPU device. */ -int __devinit register_cpu(struct cpu *cpu, int num) +int __cpuinit register_cpu(struct cpu *cpu, int num) { int error; cpu->node_id = cpu_to_node(num);