Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198338
b: refs/heads/master
c: 3cc0497
h: refs/heads/master
v: v3
  • Loading branch information
Henrik Kretzschmar authored and Linus Torvalds committed May 25, 2010
1 parent 14ad37c commit 9d2095a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e217e6e39f62e47f7e659b715235dbd57df480f8
refs/heads/master: 3cc04971661e37e7de6fbf9808ede554b5e1cb4e
4 changes: 2 additions & 2 deletions trunk/drivers/video/vfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ static void rvfree(void *mem, unsigned long size)
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,
Expand All @@ -100,7 +100,7 @@ static struct fb_var_screeninfo vfb_default __initdata = {
.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,
Expand Down

0 comments on commit 9d2095a

Please sign in to comment.