fbdev: sh_mobile_meram: Remove unused sh_mobile_meram_icb_cfg fields
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 12 Dec 2011 15:36:13 +0000 (16:36 +0100)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 12 Mar 2012 21:41:12 +0000 (22:41 +0100)
The marker_icb and cache_icb fields are not used anymore, remove them.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
include/video/sh_mobile_meram.h

index e0f650c..8979607 100644 (file)
@@ -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 */
 };