]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/video: fsl-diu-fb: move some definitions out of the header file
authorTimur Tabi <timur@freescale.com>
Wed, 28 Sep 2011 21:19:48 +0000 (16:19 -0500)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Wed, 5 Oct 2011 01:10:12 +0000 (01:10 +0000)
commite0a10388c76e93acab5f03ba71248c67ff75a7ca
treed9efafa42cf6f766a9735f70199c52e524a7b463
parent3977ee78b03344e9b2af101e6ef40d2910ce2f2e
drivers/video: fsl-diu-fb: move some definitions out of the header file

Move several macros and structures from the Freescale DIU driver's header
file into the source file, because they're only used by that file.  Also
delete a few unused macros.

The diu and diu_ad structures cannot be moved because they're being used
by the MPC5121 platform file.  A future patch eliminate the need for
the platform file to access these structs, so they'll be moved also.

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