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

Commit d81d5fa8 authored by Laurent Pinchart's avatar Laurent Pinchart
Browse files

fbdev: sh_mobile_meram: Remove unused sh_mobile_meram_icb_cfg fields



The marker_icb and cache_icb fields are not used anymore, remove them.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
parent b0a49d98
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -31,8 +31,6 @@ struct sh_mobile_meram_info {

/* icb config */
struct sh_mobile_meram_icb_cfg {
	unsigned int marker_icb;	/* ICB # for Marker ICB */
	unsigned int cache_icb;		/* ICB # for Cache ICB */
	unsigned int meram_size;	/* MERAM Buffer Size to use */
};