]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/char/watchdog/scx200_wdt.c
Remove obsolete #include <linux/config.h>
[karo-tx-linux.git] / drivers / char / watchdog / scx200_wdt.c
index c4568569f3a8cf9fe3561c80881ba99580563dc4..c0b4754e8de0046c3afdc7fb6baac45d73038418 100644 (file)
@@ -17,7 +17,6 @@
    of any nature resulting due to the use of this software. This
    software is provided AS-IS with no warranties. */
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/moduleparam.h>
 #include <linux/init.h>
@@ -206,7 +205,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,
 };