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: https://git.stricted.de/?a=commitdiff_plain;h=120ddb41f18c2d41702af561f4acfbcbd8d6fb46;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.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 690bb6fe8281..226ae8a88482 100644 --- a/drivers/video/vga16fb.c +++ b/drivers/video/vga16fb.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include