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-Tag: v3.12-rc1~40628 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=120ddb41f18c2d41702af561f4acfbcbd8d6fb46;p=kernel%2Fkernel-generic.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 690bb6f..226ae8a 100644 --- a/drivers/video/vga16fb.c +++ b/drivers/video/vga16fb.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include