Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-2
-2
include/video/sh_mobile_meram.h
··· 31 31 32 32 /* icb config */ 33 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 34 unsigned int meram_size; /* MERAM Buffer Size to use */ 37 35 }; 38 36