From a137ce3438cb1f75fc048e751921a4eaceee0123 Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Mon, 14 Oct 2013 14:44:54 +0200 Subject: [PATCH] drm/tegra: Rename gr2d to tegra-gr2d Other drivers use the tegra- prefix in their names, so add it to this driver's name as well for consistency. Signed-off-by: Thierry Reding --- drivers/gpu/host1x/drm/gr2d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/host1x/drm/gr2d.c b/drivers/gpu/host1x/drm/gr2d.c index e91b184..f045f7c 100644 --- a/drivers/gpu/host1x/drm/gr2d.c +++ b/drivers/gpu/host1x/drm/gr2d.c @@ -326,7 +326,7 @@ static int gr2d_remove(struct platform_device *pdev) struct platform_driver tegra_gr2d_driver = { .driver = { - .name = "gr2d", + .name = "tegra-gr2d", .of_match_table = gr2d_match, }, .probe = gr2d_probe, -- 2.7.4