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)
commitb715f9f04c85382e9ac824ba49465fc15cf67418
treed9efafa42cf6f766a9735f70199c52e524a7b463
parent36b0b1d41541fc3b25faf38aa53c34cede357421
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