From: Timur Tabi Date: Wed, 28 Sep 2011 21:19:48 +0000 (-0500) Subject: drivers/video: fsl-diu-fb: move some definitions out of the header file X-Git-Tag: v3.2-rc1~120^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b715f9f04c85382e9ac824ba49465fc15cf67418;p=pandora-kernel.git 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 Signed-off-by: Florian Tobias Schandinat --- Reading git-diff-tree failed