]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/arm/plat-s3c24xx/dma.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
[mv-sheeva.git] / arch / arm / plat-s3c24xx / dma.c
index 29696e46ed659bab0fdb00cc5fc0f17aaf8f1040..aae1b9cbaf44b77a0e9f4ea7e9f37c04cd1a1191 100644 (file)
@@ -1265,7 +1265,7 @@ static int s3c2410_dma_resume(struct sys_device *dev)
 #endif /* CONFIG_PM */
 
 struct sysdev_class dma_sysclass = {
-       set_kset_name("s3c24xx-dma"),
+       .name           = "s3c24xx-dma",
        .suspend        = s3c2410_dma_suspend,
        .resume         = s3c2410_dma_resume,
 };