commit | 3c755b7c09a5f83a96c26a2a784212791cc02bdc | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Tue Oct 04 19:36:51 2011 -0500 |
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | Wed Oct 05 01:10:12 2011 +0000 |
tree | d6d9ad7adb0fe635f7e7e1c1f5b7ac787f0a9482 | |
parent | c4e5a0232763db22d6c60c391ed5816b2b2ac063 [diff] |
drivers/video: fsl-diu-fb: merge diu_hw into fsl_diu_data The diu_hw structure contains two fields used to access the DIU registers, but the only instance of this structure is a global variable, 'dr'. Eliminate 'dr' 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>