Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213296
b: refs/heads/master
c: 0c37dd7
h: refs/heads/master
v: v3
  • Loading branch information
Henrik Kretzschmar authored and Geert Uytterhoeven committed Oct 22, 2010
1 parent b8d6348 commit 3366207
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: c6597dc46121582475358e3d46971902587d02d6
refs/heads/master: 0c37dd7c41b7391698bbe354b81fe9909c281984
4 changes: 2 additions & 2 deletions trunk/drivers/video/q40fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#define Q40_PHYS_SCREEN_ADDR 0xFE800000

static struct fb_fix_screeninfo q40fb_fix __initdata = {
static struct fb_fix_screeninfo q40fb_fix __devinitdata = {
.id = "Q40",
.smem_len = 1024*1024,
.type = FB_TYPE_PACKED_PIXELS,
Expand All @@ -37,7 +37,7 @@ static struct fb_fix_screeninfo q40fb_fix __initdata = {
.accel = FB_ACCEL_NONE,
};

static struct fb_var_screeninfo q40fb_var __initdata = {
static struct fb_var_screeninfo q40fb_var __devinitdata = {
.xres = 1024,
.yres = 512,
.xres_virtual = 1024,
Expand Down

0 comments on commit 3366207

Please sign in to comment.