diff options
Diffstat (limited to 'drivers/video/omap2/dss/core.c')
-rw-r--r-- | drivers/video/omap2/dss/core.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/core.c b/drivers/video/omap2/dss/core.c index b3a498f22d36..8e89f6049280 100644 --- a/drivers/video/omap2/dss/core.c +++ b/drivers/video/omap2/dss/core.c | |||
@@ -37,6 +37,7 @@ | |||
37 | #include <plat/clock.h> | 37 | #include <plat/clock.h> |
38 | 38 | ||
39 | #include "dss.h" | 39 | #include "dss.h" |
40 | #include "dss_features.h" | ||
40 | 41 | ||
41 | static struct { | 42 | static struct { |
42 | struct platform_device *pdev; | 43 | struct platform_device *pdev; |
@@ -502,6 +503,8 @@ static int omap_dss_probe(struct platform_device *pdev) | |||
502 | 503 | ||
503 | core.pdev = pdev; | 504 | core.pdev = pdev; |
504 | 505 | ||
506 | dss_features_init(); | ||
507 | |||
505 | dss_init_overlay_managers(pdev); | 508 | dss_init_overlay_managers(pdev); |
506 | dss_init_overlays(pdev); | 509 | dss_init_overlays(pdev); |
507 | 510 | ||