Message ID | 1360764434-18788-10-git-send-email-archit@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index d5dcd50..ec68769 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h @@ -579,9 +579,6 @@ struct omap_dss_device { struct { int module; - - bool ext_te; - u8 ext_te_gpio; } dsi; struct {
The omap_dss_device provides platform related parameters ext_te and ext_te_gpio for DSI command mode panels. These parameters are now owned by a panel driver's platform_data instead. Remove these fields as they aren't used anymore. Signed-off-by: Archit Taneja <archit@ti.com> --- include/video/omapdss.h | 3 --- 1 file changed, 3 deletions(-)