aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/ps3fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/ps3fb.c b/drivers/video/ps3fb.c
index dbfe2c18a434..b269abd932aa 100644
--- a/drivers/video/ps3fb.c
+++ b/drivers/video/ps3fb.c
@@ -952,7 +952,7 @@ static struct fb_ops ps3fb_ops = {
952 .fb_compat_ioctl = ps3fb_ioctl 952 .fb_compat_ioctl = ps3fb_ioctl
953}; 953};
954 954
955static struct fb_fix_screeninfo ps3fb_fix __initdata = { 955static struct fb_fix_screeninfo ps3fb_fix = {
956 .id = DEVICE_NAME, 956 .id = DEVICE_NAME,
957 .type = FB_TYPE_PACKED_PIXELS, 957 .type = FB_TYPE_PACKED_PIXELS,
958 .visual = FB_VISUAL_TRUECOLOR, 958 .visual = FB_VISUAL_TRUECOLOR,