igb: add support for SGMII-based MDIO PHYs
[deliverable/linux.git] / drivers / watchdog / cpwd.c
index 2fcc3cf7ef62cb20c2c11a06bb45b8b7d6718c6c..d62b9ce8f773cb0d402bb43794b121bddae02209 100644 (file)
@@ -677,8 +677,11 @@ static const struct of_device_id cpwd_match[] = {
 MODULE_DEVICE_TABLE(of, cpwd_match);
 
 static struct of_platform_driver cpwd_driver = {
-       .name           = DRIVER_NAME,
-       .match_table    = cpwd_match,
+       .driver = {
+               .name = DRIVER_NAME,
+               .owner = THIS_MODULE,
+               .of_match_table = cpwd_match,
+       },
        .probe          = cpwd_probe,
        .remove         = __devexit_p(cpwd_remove),
 };
This page took 0.024704 seconds and 5 git commands to generate.