BigW Consortium Gitlab

Commit 4d0bb48d by Shikai Chen

Merge pull request #7 from blackmiaool/patch-3

remove repeated accel
parents 4ae295ef 5a87a989
...@@ -55,7 +55,7 @@ static struct fb_fix_screeninfo _vfb_fix /*__devinitdata*/ = { ...@@ -55,7 +55,7 @@ static struct fb_fix_screeninfo _vfb_fix /*__devinitdata*/ = {
.visual = FB_VISUAL_TRUECOLOR, .visual = FB_VISUAL_TRUECOLOR,
.accel = FB_ACCEL_NONE, .accel = FB_ACCEL_NONE,
.line_length = RP_DISP_DEFAULT_WIDTH * RP_DISP_DEFAULT_PIXEL_BITS/8, .line_length = RP_DISP_DEFAULT_WIDTH * RP_DISP_DEFAULT_PIXEL_BITS/8,
.accel = FB_ACCEL_NONE,
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment