From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 1 Oct 2011 22:21:38 +0200 Subject: [U-Boot] [PATCH] video: update the Freescale DIU driver to use linux/fb.h In-Reply-To: <1314028442-9600-1-git-send-email-timur@freescale.com> References: <1314028442-9600-1-git-send-email-timur@freescale.com> Message-ID: <20111001222138.1066a554@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 22 Aug 2011 10:54:02 -0500 Timur Tabi wrote: > Update the Freescale DIU video driver (fsl_diu_fb.c) to use linux/fb.h. > Some data structures from this header file were just copied into > fsl_diu_fb.c. > > Signed-off-by: Timur Tabi > --- > drivers/video/fsl_diu_fb.c | 54 ++++--------------------------------------- > 1 files changed, 5 insertions(+), 49 deletions(-) Applied, thanks. Anatolij