From: Laurent Pinchart Date: Mon, 12 Dec 2011 15:36:13 +0000 (+0100) Subject: fbdev: sh_mobile_meram: Remove unused sh_mobile_meram_icb_cfg fields X-Git-Tag: Ubuntu-5.2.0-15.16~18474^2~12^2~5 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d81d5fa8adfb0ba19f44bb6c4c04a2a23effac3f;p=mirror_ubuntu-eoan-kernel.git 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: Laurent Pinchart --- diff --git a/include/video/sh_mobile_meram.h b/include/video/sh_mobile_meram.h index e0f650c843c7..897960733cc0 100644 --- a/include/video/sh_mobile_meram.h +++ b/include/video/sh_mobile_meram.h @@ -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 */ };