Title: [8833] trunk/drivers/video/vfb.c: fbdev: section cleanup in vfb
Revision
8833
Author
vapier
Date
2010-05-24 00:39:27 -0400 (Mon, 24 May 2010)

Log Message

fbdev: section cleanup in vfb

From: Henrik Kretzschmar <[email protected]>

Modified Paths

Diff

Modified: trunk/drivers/video/vfb.c (8832 => 8833)


--- trunk/drivers/video/vfb.c	2010-05-24 04:11:19 UTC (rev 8832)
+++ trunk/drivers/video/vfb.c	2010-05-24 04:39:27 UTC (rev 8833)
@@ -78,7 +78,7 @@
 	vfree(mem);
 }
 
-static struct fb_var_screeninfo vfb_default __initdata = {
+static struct fb_var_screeninfo vfb_default __devinitdata = {
 	.xres =		640,
 	.yres =		480,
 	.xres_virtual =	640,
@@ -100,7 +100,7 @@
       	.vmode =	FB_VMODE_NONINTERLACED,
 };
 
-static struct fb_fix_screeninfo vfb_fix __initdata = {
+static struct fb_fix_screeninfo vfb_fix __devinitdata = {
 	.id =		"Virtual FB",
 	.type =		FB_TYPE_PACKED_PIXELS,
 	.visual =	FB_VISUAL_PSEUDOCOLOR,
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to