Merge master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa-current
[powerpc.git] / drivers / char / watchdog / scx200_wdt.c
index c456856..b4a102a 100644 (file)
@@ -206,7 +206,7 @@ static struct file_operations scx200_wdt_fops = {
 
 static struct miscdevice scx200_wdt_miscdev = {
        .minor = WATCHDOG_MINOR,
-       .name  = NAME,
+       .name  = "watchdog",
        .fops  = &scx200_wdt_fops,
 };