diff options
Diffstat (limited to 'include/video/omapdss.h')
-rw-r--r-- | include/video/omapdss.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index 5fa81ddb43ad..3d7c51a6f9ff 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h | |||
@@ -793,7 +793,7 @@ struct omap_dss_device { | |||
793 | /* dynamic fields */ | 793 | /* dynamic fields */ |
794 | struct omap_overlay_manager *manager; | 794 | struct omap_overlay_manager *manager; |
795 | 795 | ||
796 | struct omap_dss_device *device; | 796 | struct omap_dss_device *dst; |
797 | }; | 797 | }; |
798 | 798 | ||
799 | struct omap_dss_hdmi_data | 799 | struct omap_dss_hdmi_data |