diff options
| author | Ricardo Salveti de Araujo <ricardo.salveti@canonical.com> | 2011-09-23 13:31:27 -0400 |
|---|---|---|
| committer | Paolo Pisati <paolo.pisati@canonical.com> | 2012-08-17 04:19:24 -0400 |
| commit | b42764311526ae37cb22d215aa0da69e87c3b74a (patch) | |
| tree | d4c96879f9356b1fc0043cc14f533c14bad3e6d1 /arch/arm | |
| parent | cc4a0ce0e260f9dc4ada43f3720b87ab77604365 (diff) | |
DRM: OMAP: Fixing PVR kernel module name
We currently expect it to be "pvrsrvkm" and not "omap_gpu_pvr", so
change it to load the correct driver.
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
Diffstat (limited to 'arch/arm')
| -rw-r--r-- | arch/arm/mach-omap2/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index 87b695b807f..3141170d194 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 = "omapdrm_pvr"; | 732 | char *name = "pvrsrvkm"; |
| 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"); |
