Skip to content
Snippets Groups Projects
Commit a137ce34 authored by Thierry Reding's avatar Thierry Reding
Browse files

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: default avatarThierry Reding <treding@nvidia.com>
parent c1bef81f
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment