提交 8aaacbc0 编写于 作者: N Neil Armstrong

drm: meson: rename driver name to meson-drm

The platform driver name is currently "meson" which can lead to some
confusion, this patch renames it to "meson-drm" and removes the owner
attribute since is always added by __platform_driver_register called by the
module_platform_driver() macro.
Signed-off-by: NNeil Armstrong <narmstrong@baylibre.com>
Acked-by: NDaniel Vetter <daniel@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1486028864-19622-3-git-send-email-narmstrong@baylibre.com
上级 3e6e2fd5
...@@ -329,8 +329,7 @@ static struct platform_driver meson_drm_platform_driver = { ...@@ -329,8 +329,7 @@ static struct platform_driver meson_drm_platform_driver = {
.probe = meson_drv_probe, .probe = meson_drv_probe,
.remove = meson_drv_remove, .remove = meson_drv_remove,
.driver = { .driver = {
.owner = THIS_MODULE, .name = "meson-drm",
.name = DRIVER_NAME,
.of_match_table = dt_match, .of_match_table = dt_match,
}, },
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册