drivers/video: fsl-diu-fb: merge diu_pool into fsl_diu_data
authorTimur Tabi <timur@freescale.com>
Wed, 28 Sep 2011 21:19:55 +0000 (16:19 -0500)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Wed, 5 Oct 2011 01:16:36 +0000 (01:16 +0000)
commit07a062140372187642003e02a49edc8a2115c1ca
treebd51da41b1aea9a345ff8c9ccd78c4deff6b169a
parent3c755b7c09a5f83a96c26a2a784212791cc02bdc
drivers/video: fsl-diu-fb: merge diu_pool into fsl_diu_data

The diu_pool structure contains diu_addr objects for various objects
allocated in DMA space that are used by the DIU, but the only instance
of this structure is a global variable, 'pool'.  Eliminate 'pool' by
merging its fields into the fsl_diu_data structure, which is instantiated
on the heap for each DIU controller found.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/fsl-diu-fb.c