forked from luck/tmp_suning_uos_patched
greth: Fix build after OF device conversions.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
64960848ab
commit
bc284f94f8
@ -1607,14 +1607,13 @@ static struct of_device_id greth_of_match[] = {
|
|||||||
MODULE_DEVICE_TABLE(of, greth_of_match);
|
MODULE_DEVICE_TABLE(of, greth_of_match);
|
||||||
|
|
||||||
static struct of_platform_driver greth_of_driver = {
|
static struct of_platform_driver greth_of_driver = {
|
||||||
.name = "grlib-greth",
|
.driver = {
|
||||||
.match_table = greth_of_match,
|
.name = "grlib-greth",
|
||||||
|
.owner = THIS_MODULE,
|
||||||
|
.of_match_table = greth_of_match,
|
||||||
|
},
|
||||||
.probe = greth_of_probe,
|
.probe = greth_of_probe,
|
||||||
.remove = __devexit_p(greth_of_remove),
|
.remove = __devexit_p(greth_of_remove),
|
||||||
.driver = {
|
|
||||||
.owner = THIS_MODULE,
|
|
||||||
.name = "grlib-greth",
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static int __init greth_init(void)
|
static int __init greth_init(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user