From: Antonino A. Daplas Date: Wed, 9 Nov 2005 05:39:16 +0000 (-0800) Subject: [PATCH] vga16fb: Convert vga16fb as a platform device X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=120ddb41f18c2d41702af561f4acfbcbd8d6fb46;p=linux-edison.git [PATCH] vga16fb: Convert vga16fb as a platform device - Convert vga16fb as a platform device - use framebuffer_alloc() to dynamically allocate resources, and framebuffer_release() to free - remove unneeded casts - trivial whitespace changes Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/video/vga16fb.c b/drivers/video/vga16fb.c index 690bb6fe828..226ae8a8848 100644 --- a/drivers/video/vga16fb.c +++ b/drivers/video/vga16fb.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include