Merge branch 'linux-2.6'
[pandora-kernel.git] / arch / powerpc / platforms / cell / spu_base.c
index fb266ae..e45cfa8 100644 (file)
@@ -511,7 +511,7 @@ static int spu_shutdown(struct sys_device *sysdev)
 }
 
 static struct sysdev_class spu_sysdev_class = {
-       set_kset_name("spu"),
+       .name = "spu",
        .shutdown = spu_shutdown,
 };