drivers/video: fsl-diu-fb: remove unused panel operating mode support
authorTimur Tabi <timur@freescale.com>
Wed, 28 Sep 2011 21:19:52 +0000 (16:19 -0500)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Wed, 5 Oct 2011 01:10:12 +0000 (01:10 +0000)
commit7e47c211953bd8e396b168eba2c288ea6aec20ef
treec2b253d0b53a3b20a43a2548a1c8e9b36849e915
parent2572df91d5528dfc639e52b7caaed98e3dec1e18
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>
drivers/video/fsl-diu-fb.c