]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/video/omapdss.h
OMAPDSS: rename omap_dss_device's 'output' to 'src'
[karo-tx-linux.git] / include / video / omapdss.h
index 763b11b5815352ed9f3f7909e62f6f119de11de7..5fa81ddb43adfebe37d19a985a0f0e8fe68a9447 100644 (file)
@@ -774,7 +774,7 @@ struct omap_dss_device {
 
        enum omap_display_caps caps;
 
-       struct omap_dss_device *output;
+       struct omap_dss_device *src;
 
        enum omap_dss_display_state state;
 
@@ -1011,7 +1011,7 @@ void dss_mgr_unregister_framedone_handler(struct omap_overlay_manager *mgr,
 
 static inline bool omapdss_device_is_connected(struct omap_dss_device *dssdev)
 {
-       return dssdev->output;
+       return dssdev->src;
 }
 
 static inline bool omapdss_device_is_enabled(struct omap_dss_device *dssdev)