From: Tomi Valkeinen Date: Thu, 30 Aug 2012 07:54:50 +0000 (+0300) Subject: OMAPFB1: remove a non-used table X-Git-Tag: v3.7-rc1~48^2~1^2~10^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10bc80f62562a9151d24f7f005d400fb65c18e10;p=platform%2Fkernel%2Flinux-exynos.git OMAPFB1: remove a non-used table The old omapfb driver contains a table for DMA element types, which is not used. Remove it. Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/video/omap/omapfb_main.c b/drivers/video/omap/omapfb_main.c index f54b463..4351c43 100644 --- a/drivers/video/omap/omapfb_main.c +++ b/drivers/video/omap/omapfb_main.c @@ -131,15 +131,6 @@ static void omapfb_rqueue_unlock(struct omapfb_device *fbdev) * LCD controller and LCD DMA * --------------------------------------------------------------------------- */ -/* Lookup table to map elem size to elem type. */ -static const int dma_elem_type[] = { - 0, - OMAP_DMA_DATA_TYPE_S8, - OMAP_DMA_DATA_TYPE_S16, - 0, - OMAP_DMA_DATA_TYPE_S32, -}; - /* * Allocate resources needed for LCD controller and LCD DMA operations. Video * memory is allocated from system memory according to the virtual display