Skip to content

Commit

Permalink
fbdev: sh_mobile_meram: Remove unused sh_mobile_meram_icb_cfg fields
Browse files Browse the repository at this point in the history
The marker_icb and cache_icb fields are not used anymore, remove them.

Signed-off-by: Laurent Pinchart <[email protected]>
  • Loading branch information
pinchartl committed Mar 12, 2012
1 parent b0a49d9 commit d81d5fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/video/sh_mobile_meram.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};

Expand Down

0 comments on commit d81d5fa

Please sign in to comment.