summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2017-02-02 10:21:24 +0100
committerNeil Armstrong <narmstrong@baylibre.com>2017-02-02 10:50:06 +0100
commitfbfd3b43a94e058959ec9b4da682dba9f79c23f4 (patch)
treebb347e073683facad31d5341fef6cf7e66642bc3
parentec1ec3fd3b17af93b0b3c2a5ebe22b224dd265f1 (diff)
drm: meson: rename driver name to meson-drmmeson-drm-for-4.11
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. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
-rw-r--r--drivers/gpu/drm/meson/meson_drv.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/meson/meson_drv.c b/drivers/gpu/drm/meson/meson_drv.c
index ff1f6019b97b..380bde7fce16 100644
--- a/drivers/gpu/drm/meson/meson_drv.c
+++ b/drivers/gpu/drm/meson/meson_drv.c
@@ -329,8 +329,7 @@ static struct platform_driver meson_drm_platform_driver = {
.probe = meson_drv_probe,
.remove = meson_drv_remove,
.driver = {
- .owner = THIS_MODULE,
- .name = DRIVER_NAME,
+ .name = "meson-drm",
.of_match_table = dt_match,
},
};