Skip to content

Commit

Permalink
platform_data: omapdss: Remove unused members from omap_dss_board_info
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Ujfalusi committed Jun 3, 2016
1 parent 8a79f58 commit f28316f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/linux/platform_data/omapdss.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f28316f

Please sign in to comment.