Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284881
b: refs/heads/master
c: c5627f6
h: refs/heads/master
i:
  284879: fa3988b
v: v3
  • Loading branch information
Sam Ravnborg authored and Florian Tobias Schandinat committed Jan 3, 2012
1 parent f3e9f18 commit a816fc0
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: e2f55b54556ae6a3a365afead6bc8e46a2013d7f
refs/heads/master: c5627f65d6b860023f8ee985df61c20617dd21b5
4 changes: 2 additions & 2 deletions trunk/drivers/video/grvga.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ static const struct fb_videomode grvga_modedb[] = {
}
};

static struct fb_fix_screeninfo grvga_fix __initdata = {
static struct fb_fix_screeninfo grvga_fix __devinitdata = {
.id = "AG SVGACTRL",
.type = FB_TYPE_PACKED_PIXELS,
.visual = FB_VISUAL_PSEUDOCOLOR,
Expand Down Expand Up @@ -267,7 +267,7 @@ static struct fb_ops grvga_ops = {
.fb_imageblit = cfb_imageblit
};

static int __init grvga_parse_custom(char *options,
static int __devinit grvga_parse_custom(char *options,
struct fb_var_screeninfo *screendata)
{
char *this_opt;
Expand Down

0 comments on commit a816fc0

Please sign in to comment.