commit | 58452341265844d830ef5d0e705ee7577461bc45 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Sat Nov 05 10:39:59 2011 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Dec 02 08:54:34 2011 +0200 |
tree | ea9dfc486230a2d455f64e298130522a072e46ab | |
parent | 6e53ca9dda65dd300ce150822832ba6e169643c7 [diff] |
OMAPDSS: store overlays in an array Overlays are stored in a linked list. There's no need for this list, as an array would do just as fine. This patch changes the code to use an array for overlays. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>