Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <peter.ujfalusi@ti.com>

-5
-5
include/linux/platform_data/omapdss.h
··· 25 25 OMAPDSS_VER_DRA7xx, 26 26 }; 27 27 28 - struct omap_dss_device; 29 - 30 28 /* Board specific data */ 31 29 struct omap_dss_board_info { 32 - int num_devices; 33 - struct omap_dss_device **devices; 34 - struct omap_dss_device *default_device; 35 30 const char *default_display_name; 36 31 int (*dsi_enable_pads)(int dsi_id, unsigned int lane_mask); 37 32 void (*dsi_disable_pads)(int dsi_id, unsigned int lane_mask);