diff options
Diffstat (limited to 'drivers/net/sunlance.c')
-rw-r--r-- | drivers/net/sunlance.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/net/sunlance.c b/drivers/net/sunlance.c index 28afc86e0694..0fc014ef9e98 100644 --- a/drivers/net/sunlance.c +++ b/drivers/net/sunlance.c | |||
@@ -1546,8 +1546,11 @@ static const struct of_device_id sunlance_sbus_match[] = { | |||
1546 | MODULE_DEVICE_TABLE(of, sunlance_sbus_match); | 1546 | MODULE_DEVICE_TABLE(of, sunlance_sbus_match); |
1547 | 1547 | ||
1548 | static struct of_platform_driver sunlance_sbus_driver = { | 1548 | static struct of_platform_driver sunlance_sbus_driver = { |
1549 | .name = "sunlance", | 1549 | .driver = { |
1550 | .match_table = sunlance_sbus_match, | 1550 | .name = "sunlance", |
1551 | .owner = THIS_MODULE, | ||
1552 | .of_match_table = sunlance_sbus_match, | ||
1553 | }, | ||
1551 | .probe = sunlance_sbus_probe, | 1554 | .probe = sunlance_sbus_probe, |
1552 | .remove = __devexit_p(sunlance_sbus_remove), | 1555 | .remove = __devexit_p(sunlance_sbus_remove), |
1553 | }; | 1556 | }; |