From: Peter Ujfalusi Date: Fri, 3 Jun 2016 09:42:09 +0000 (+0300) Subject: platform_data: omapdss: Remove unused members from omap_dss_board_info X-Git-Tag: v4.9.8~1605^2~39^2~4^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f28316f2fd6cbd012dbc09b1bbd12be660112ddb;p=platform%2Fkernel%2Flinux-rpi3.git platform_data: omapdss: Remove unused members from omap_dss_board_info The num_devices, **devices and *default_device is leftover from the past. They can be removed as they are no used. Signed-off-by: Peter Ujfalusi --- diff --git a/include/linux/platform_data/omapdss.h b/include/linux/platform_data/omapdss.h index dbb875a..6791779 100644 --- a/include/linux/platform_data/omapdss.h +++ b/include/linux/platform_data/omapdss.h @@ -25,13 +25,8 @@ enum omapdss_version { OMAPDSS_VER_DRA7xx, }; -struct omap_dss_device; - /* Board specific data */ struct omap_dss_board_info { - int num_devices; - struct omap_dss_device **devices; - struct omap_dss_device *default_device; const char *default_display_name; int (*dsi_enable_pads)(int dsi_id, unsigned int lane_mask); void (*dsi_disable_pads)(int dsi_id, unsigned int lane_mask);