ütree 8eef27e7cdb4bdcc68f09f544a364363354869d0 parent 38aa4a568ba4c3ccba83e862a01e3e60e3b811ee author Marek Szyprowski 1330945350 +0100 committer Inki Dae 1331779139 +0900 drm/exynos: use correct 'exynos-drm' name for platform device Currently Exynos DRM driver uses DRIVER_NAME ('exynos') name for the core platform device. This is confusing, because it doesn't refer to the function the platform device is performing. This patch renames the platform device to the 'exynos-drm', which matches the convention for naming the platform devices. The name used inside DRM subsystem has not been changed. Signed-off-by: Marek Szyprowski Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park