]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/i8237.c
x86: add mtrr_cleanup_debug command line
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / i8237.c
index 6f508e8d7c57433085feec900a851b9a312747d2..dbd6c1d1b638bcd739747e54eac08f639d304242 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * i8237.c: 8237A DMA controller suspend functions.
+ * 8237A DMA controller suspend functions.
  *
  * Written by Pierre Ossman, 2005.
  *
@@ -51,7 +51,7 @@ static int i8237A_suspend(struct sys_device *dev, pm_message_t state)
 }
 
 static struct sysdev_class i8237_sysdev_class = {
-       set_kset_name("i8237"),
+       .name = "i8237",
        .suspend = i8237A_suspend,
        .resume = i8237A_resume,
 };