diff options
Diffstat (limited to 'drivers/video/omap/omapfb_main.c')
-rw-r--r-- | drivers/video/omap/omapfb_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap/omapfb_main.c b/drivers/video/omap/omapfb_main.c index e264efd0278f..b3ddd743d8a6 100644 --- a/drivers/video/omap/omapfb_main.c +++ b/drivers/video/omap/omapfb_main.c | |||
@@ -90,7 +90,7 @@ static void omapdss_release(struct device *dev) | |||
90 | 90 | ||
91 | /* dummy device for clocks */ | 91 | /* dummy device for clocks */ |
92 | static struct platform_device omapdss_device = { | 92 | static struct platform_device omapdss_device = { |
93 | .name = "omapdss", | 93 | .name = "omapdss_dss", |
94 | .id = -1, | 94 | .id = -1, |
95 | .dev = { | 95 | .dev = { |
96 | .release = omapdss_release, | 96 | .release = omapdss_release, |