Merge tag 'sound-fix-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[pandora-kernel.git] / drivers / watchdog / sirfsoc_wdt.c
index 702d078..42fa5c0 100644 (file)
@@ -210,7 +210,6 @@ MODULE_DEVICE_TABLE(of, sirfsoc_wdt_of_match);
 static struct platform_driver sirfsoc_wdt_driver = {
        .driver = {
                .name = "sirfsoc-wdt",
-               .owner = THIS_MODULE,
                .pm = &sirfsoc_wdt_pm_ops,
                .of_match_table = sirfsoc_wdt_of_match,
        },