diff options
author | Sebastien Jan <s-jan@ti.com> | 2011-09-28 12:38:30 -0400 |
---|---|---|
committer | Paolo Pisati <paolo.pisati@canonical.com> | 2012-08-17 04:19:34 -0400 |
commit | 979fe7d432b602f35456e40c867220d60576a8ad (patch) | |
tree | 58b28f8e9d233977e6ebdf308d7c10b3125b05e6 /arch | |
parent | 5d205bb3fb3d396558e1be1ec8a1fa2f24118914 (diff) |
Revert "Staging: OMAPDRM: Changing driver's name to be compatible with userspace"
This reverts commit e3e5280a1cb7c90b1a208ffd8cd3c9918cc24d57.
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/plat-omap/fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/fb.c b/arch/arm/plat-omap/fb.c index 61e84936544..b0dcd20b118 100644 --- a/arch/arm/plat-omap/fb.c +++ b/arch/arm/plat-omap/fb.c | |||
@@ -427,7 +427,7 @@ unsigned long __init omapfb_reserve_sram(unsigned long sram_pstart, | |||
427 | #if defined(CONFIG_DRM_OMAP) || (CONFIG_DRM_OMAP_MODULE) | 427 | #if defined(CONFIG_DRM_OMAP) || (CONFIG_DRM_OMAP_MODULE) |
428 | 428 | ||
429 | static struct platform_device omap_drm_device = { | 429 | static struct platform_device omap_drm_device = { |
430 | .name = "omap_gpu", | 430 | .name = "omapdrm", |
431 | .id = 0, | 431 | .id = 0, |
432 | }; | 432 | }; |
433 | 433 | ||