From a26968df0110bc2117e5572a07e285b183e68736 Mon Sep 17 00:00:00 2001 From: "Antonino A. Daplas" Date: Mon, 9 Jan 2006 20:53:08 -0800 Subject: [PATCH] fbdev: kyrofb: Driver cleanups - remove unneeded casts - use framebuffer_alloc/framebuffer_release to allocate/free memory - the pseudo_palette is always u32 regardless of bpp if using generic drawing functions Signed-off-by: Antonino Daplas Acked-by: Paul Mundt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/video/kyro.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/video/kyro.h') diff --git a/include/video/kyro.h b/include/video/kyro.h index 1bed37c..dba7de2 100644 --- a/include/video/kyro.h +++ b/include/video/kyro.h @@ -15,6 +15,7 @@ struct kyrofb_info { void __iomem *regbase; + u32 palette[16]; u32 HTot; /* Hor Total Time */ u32 HFP; /* Hor Front Porch */ u32 HST; /* Hor Sync Time */ -- cgit v1.1