diff --git a/examples/devicemodel.c b/examples/devicemodel.c index f2d97dc..6fe923e 100644 --- a/examples/devicemodel.c +++ b/examples/devicemodel.c @@ -63,7 +63,6 @@ static struct platform_driver devicemodel_driver = { .driver = { .name = "devicemodel_example", - .owner = THIS_MODULE, .pm = &devicemodel_pm_ops, }, .probe = devicemodel_probe,