commit | 7e47c211953bd8e396b168eba2c288ea6aec20ef | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Wed Sep 28 16:19:52 2011 -0500 |
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | Wed Oct 05 01:10:12 2011 +0000 |
tree | c2b253d0b53a3b20a43a2548a1c8e9b36849e915 | |
parent | 2572df91d5528dfc639e52b7caaed98e3dec1e18 [diff] |
drivers/video: fsl-diu-fb: remove unused panel operating mode support The MFB_TYPE_xxx macros indicate different "operating modes" of each AOI, but this feature is not actually used in the driver. The mfb_index.type field is always set to MFB_TYPE_OUTPUT, so just delete it and any code that references it. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>