Merge tag 'iwlwifi-fixes-for-kalle-2014-12-18' of git://git.kernel.org/pub/scm/linux...
[pandora-kernel.git] / drivers / watchdog / davinci_wdt.c
index b1bae03..cfdf8a4 100644 (file)
@@ -16,7 +16,6 @@
 #include <linux/types.h>
 #include <linux/kernel.h>
 #include <linux/watchdog.h>
-#include <linux/init.h>
 #include <linux/platform_device.h>
 #include <linux/io.h>
 #include <linux/device.h>
@@ -219,7 +218,6 @@ MODULE_DEVICE_TABLE(of, davinci_wdt_of_match);
 static struct platform_driver platform_wdt_driver = {
        .driver = {
                .name = "davinci-wdt",
-               .owner  = THIS_MODULE,
                .of_match_table = davinci_wdt_of_match,
        },
        .probe = davinci_wdt_probe,