mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
add __refdata
This commit is contained in:
parent
023ae44411
commit
e68ce2ef62
@ -217,7 +217,7 @@ static const struct of_device_id octonet_dt_ids[] = {
|
|||||||
MODULE_DEVICE_TABLE(of, octonet_dt_ids);
|
MODULE_DEVICE_TABLE(of, octonet_dt_ids);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static struct platform_driver octonet_driver = {
|
static struct platform_driver octonet_driver __refdata = {
|
||||||
.remove = __exit_p(octonet_remove),
|
.remove = __exit_p(octonet_remove),
|
||||||
.probe = octonet_probe,
|
.probe = octonet_probe,
|
||||||
.driver = {
|
.driver = {
|
||||||
|
Loading…
Reference in New Issue
Block a user