|
@@ -1507,7 +1507,6 @@ static struct platform_driver at_xdmac_driver = {
|
|
|
.remove = at_xdmac_remove,
|
|
.remove = at_xdmac_remove,
|
|
|
.driver = {
|
|
.driver = {
|
|
|
.name = "at_xdmac",
|
|
.name = "at_xdmac",
|
|
|
- .owner = THIS_MODULE,
|
|
|
|
|
.of_match_table = of_match_ptr(atmel_xdmac_dt_ids),
|
|
.of_match_table = of_match_ptr(atmel_xdmac_dt_ids),
|
|
|
.pm = &atmel_xdmac_dev_pm_ops,
|
|
.pm = &atmel_xdmac_dev_pm_ops,
|
|
|
}
|
|
}
|