drivers: remove struct module * setting from struct class
[linux-2.6-microblaze.git] / drivers / watchdog / watchdog_dev.c
index 0122e87..12a6f02 100644 (file)
@@ -1005,7 +1005,6 @@ static struct miscdevice watchdog_miscdev = {
 
 static struct class watchdog_class = {
        .name =         "watchdog",
-       .owner =        THIS_MODULE,
        .dev_groups =   wdt_groups,
 };