Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10bc80f6 authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

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: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 9586778d
Loading
Loading
Loading
Loading
+0 −9
Original line number Original line Diff line number Diff line
@@ -131,15 +131,6 @@ static void omapfb_rqueue_unlock(struct omapfb_device *fbdev)
 * LCD controller and LCD DMA
 * 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
 * Allocate resources needed for LCD controller and LCD DMA operations. Video
 * memory is allocated from system memory according to the virtual display
 * memory is allocated from system memory according to the virtual display