From a67f379d3648746be0dab7b616f2fb838ec0fdfb Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Tue, 29 Nov 2011 14:37:35 +0100 Subject: fbdev: sh_mobile_lcdc: Split fb init/cleanup from channel init/cleanup Signed-off-by: Laurent Pinchart --- drivers/video/sh_mobile_lcdcfb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/video/sh_mobile_lcdcfb.h') diff --git a/drivers/video/sh_mobile_lcdcfb.h b/drivers/video/sh_mobile_lcdcfb.h index 5ef7559b88c1..cc22b9eaaf0a 100644 --- a/drivers/video/sh_mobile_lcdcfb.h +++ b/drivers/video/sh_mobile_lcdcfb.h @@ -64,6 +64,8 @@ struct sh_mobile_lcdc_chan { struct mutex open_lock; /* protects the use counter */ int use_count; + void *fb_mem; + unsigned long fb_size; dma_addr_t dma_handle; unsigned long pan_offset; -- cgit v1.2.3