X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=drivers%2Fwatchdog%2Fasm9260_wdt.c;h=d0b59ba0f661a0be2dbfce74cc35851d08463ed5;hb=e3799a210d794fda0fa2ae99841d30cadf76069c;hp=c9686b2fdafd7b84c64565abcf187cffef8acd7b;hpb=705d43dbe10d6e213a75187ac92b61f9bd00af0b;p=cascardo%2Flinux.git diff --git a/drivers/watchdog/asm9260_wdt.c b/drivers/watchdog/asm9260_wdt.c index c9686b2fdafd..d0b59ba0f661 100644 --- a/drivers/watchdog/asm9260_wdt.c +++ b/drivers/watchdog/asm9260_wdt.c @@ -389,7 +389,6 @@ MODULE_DEVICE_TABLE(of, asm9260_wdt_of_match); static struct platform_driver asm9260_wdt_driver = { .driver = { .name = "asm9260-wdt", - .owner = THIS_MODULE, .of_match_table = asm9260_wdt_of_match, }, .probe = asm9260_wdt_probe,