]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/watchdog/ixp2000_wdt.c
[WATCHDOG] correct sysfs name for watchdog devices
[linux-2.6-omap-h63xx.git] / drivers / char / watchdog / ixp2000_wdt.c
index e7640bc4904b3fb869f75f770027edcdd9022ba9..0cfb9b9c4a4b2c47634cf329640b89651a6802ad 100644 (file)
@@ -182,7 +182,7 @@ static struct file_operations ixp2000_wdt_fops =
 static struct miscdevice ixp2000_wdt_miscdev =
 {
        .minor          = WATCHDOG_MINOR,
-       .name           = "IXP2000 Watchdog",
+       .name           = "watchdog",
        .fops           = &ixp2000_wdt_fops,
 };