|
@@ -389,7 +389,6 @@ MODULE_DEVICE_TABLE(of, asm9260_wdt_of_match);
|
|
|
static struct platform_driver asm9260_wdt_driver = {
|
|
static struct platform_driver asm9260_wdt_driver = {
|
|
|
.driver = {
|
|
.driver = {
|
|
|
.name = "asm9260-wdt",
|
|
.name = "asm9260-wdt",
|
|
|
- .owner = THIS_MODULE,
|
|
|
|
|
.of_match_table = asm9260_wdt_of_match,
|
|
.of_match_table = asm9260_wdt_of_match,
|
|
|
},
|
|
},
|
|
|
.probe = asm9260_wdt_probe,
|
|
.probe = asm9260_wdt_probe,
|