aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSebastien Jan <s-jan@ti.com>2011-09-28 12:39:06 -0400
committerPaolo Pisati <paolo.pisati@canonical.com>2012-08-17 04:19:34 -0400
commitff49c8b6330c1d47479c8aae83132174d3ab6670 (patch)
tree3ae7d7dab4e384722d1a32876d0b08c5073eae41 /arch
parent979fe7d432b602f35456e40c867220d60576a8ad (diff)
Revert "DRM: OMAP: Fixing PVR kernel module name"
This reverts commit 13312d2e5bae87b72f030290e6675e07833b3db0. Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-omap2/devices.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c
index 3141170d194..87b695b807f 100644
--- a/arch/arm/mach-omap2/devices.c
+++ b/arch/arm/mach-omap2/devices.c
@@ -729,7 +729,7 @@ static void omap_init_gpu(void)
729 char oh_name[max_omap_drm_hwmod_name_len]; 729 char oh_name[max_omap_drm_hwmod_name_len];
730 int l; 730 int l;
731 struct gpu_platform_data *pdata; 731 struct gpu_platform_data *pdata;
732 char *name = "pvrsrvkm"; 732 char *name = "omapdrm_pvr";
733 733
734 l = snprintf(oh_name, max_omap_drm_hwmod_name_len, 734 l = snprintf(oh_name, max_omap_drm_hwmod_name_len,
735 "gpu"); 735 "gpu");