diff options
Diffstat (limited to 'drivers/net/ucc_geth.c')
-rw-r--r-- | drivers/net/ucc_geth.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/net/ucc_geth.c b/drivers/net/ucc_geth.c index 88ebfc976735..0ab51037bf88 100644 --- a/drivers/net/ucc_geth.c +++ b/drivers/net/ucc_geth.c | |||
@@ -3965,8 +3965,11 @@ static struct of_device_id ucc_geth_match[] = { | |||
3965 | MODULE_DEVICE_TABLE(of, ucc_geth_match); | 3965 | MODULE_DEVICE_TABLE(of, ucc_geth_match); |
3966 | 3966 | ||
3967 | static struct of_platform_driver ucc_geth_driver = { | 3967 | static struct of_platform_driver ucc_geth_driver = { |
3968 | .name = DRV_NAME, | 3968 | .driver = { |
3969 | .match_table = ucc_geth_match, | 3969 | .name = DRV_NAME, |
3970 | .owner = THIS_MODULE, | ||
3971 | .of_match_table = ucc_geth_match, | ||
3972 | }, | ||
3970 | .probe = ucc_geth_probe, | 3973 | .probe = ucc_geth_probe, |
3971 | .remove = ucc_geth_remove, | 3974 | .remove = ucc_geth_remove, |
3972 | .suspend = ucc_geth_suspend, | 3975 | .suspend = ucc_geth_suspend, |