From: Timur Tabi Date: Wed, 28 Sep 2011 21:19:55 +0000 (-0500) Subject: drivers/video: fsl-diu-fb: merge diu_pool into fsl_diu_data X-Git-Tag: v3.2-rc1~120^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07a062140372187642003e02a49edc8a2115c1ca;p=pandora-kernel.git 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 Signed-off-by: Florian Tobias Schandinat --- Reading git-diff-tree failed