platform_data: omapdss: Remove unused members from omap_dss_board_info
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 3 Jun 2016 09:42:09 +0000 (12:42 +0300)
committerPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 3 Jun 2016 13:06:35 +0000 (16:06 +0300)
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>
include/linux/platform_data/omapdss.h

index dbb875abc44a05281a8696d3155149322ef38ca0..679177929045b54c30647bcd330bb0c8b802b98b 100644 (file)
@@ -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);
This page took 0.032015 seconds and 5 git commands to generate.