aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/kernel/sysfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/sysfs.c b/arch/powerpc/kernel/sysfs.c
index 800e5e9a087b..156808086cac 100644
--- a/arch/powerpc/kernel/sysfs.c
+++ b/arch/powerpc/kernel/sysfs.c
@@ -298,7 +298,7 @@ static struct sysdev_attribute pa6t_attrs[] = {
298}; 298};
299 299
300 300
301static void register_cpu_online(unsigned int cpu) 301static void __cpuinit register_cpu_online(unsigned int cpu)
302{ 302{
303 struct cpu *c = &per_cpu(cpu_devices, cpu); 303 struct cpu *c = &per_cpu(cpu_devices, cpu);
304 struct sys_device *s = &c->sysdev; 304 struct sys_device *s = &c->sysdev;