|
@@ -46,7 +46,7 @@ static struct platform_driver am335x_child_driver = {
|
|
.remove = am335x_child_remove,
|
|
.remove = am335x_child_remove,
|
|
.driver = {
|
|
.driver = {
|
|
.name = "am335x-usb-childs",
|
|
.name = "am335x-usb-childs",
|
|
- .of_match_table = of_match_ptr(am335x_child_of_match),
|
|
|
|
|
|
+ .of_match_table = am335x_child_of_match,
|
|
},
|
|
},
|
|
};
|
|
};
|
|
|
|
|