Message ID | 1360764434-18788-12-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 ec68769..f0b65a5 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h @@ -631,8 +631,6 @@ struct omap_dss_device { int reset_gpio; - int max_backlight_level; - const char *name; /* used to match device to driver */
The maximum backlight level supported is a parameter which should come from the panel's platform data. Usage of max_backlight_level in omap_dss_device has been removed from all panel drivers. Remove it from the omap_dss_device struct. Signed-off-by: Archit Taneja <archit@ti.com> --- include/video/omapdss.h | 2 -- 1 file changed, 2 deletions(-)