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: v2.6.15-rc1~106 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=120ddb41f18c2d41702af561f4acfbcbd8d6fb46;p=linux-2.6 [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 690bb6fe82..226ae8a884 100644 --- a/drivers/video/vga16fb.c +++ b/drivers/video/vga16fb.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include