Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f28316f2 authored by Peter Ujfalusi's avatar Peter Ujfalusi
Browse files

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: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
parent 8a79f582
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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);