diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-12-12 10:36:13 -0500 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-03-12 17:41:12 -0400 |
commit | d81d5fa8adfb0ba19f44bb6c4c04a2a23effac3f (patch) | |
tree | 3fe290ce3a916a04219d47490959ca098024fd27 | |
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>
-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 { | |||
31 | 31 | ||
32 | /* icb config */ | 32 | /* icb config */ |
33 | struct sh_mobile_meram_icb_cfg { | 33 | struct sh_mobile_meram_icb_cfg { |
34 | unsigned int marker_icb; /* ICB # for Marker ICB */ | ||
35 | unsigned int cache_icb; /* ICB # for Cache ICB */ | ||
36 | unsigned int meram_size; /* MERAM Buffer Size to use */ | 34 | unsigned int meram_size; /* MERAM Buffer Size to use */ |
37 | }; | 35 | }; |
38 | 36 | ||