diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-12-12 16:36:13 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-03-12 22:41:12 +0100 |
commit | d81d5fa8adfb0ba19f44bb6c4c04a2a23effac3f (patch) | |
tree | 3fe290ce3a916a04219d47490959ca098024fd27 /include/video | |
parent | b0a49d98fa4315c17a098cb60ccc626645ed9756 (diff) |
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 <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/sh_mobile_meram.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ }; |