Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75457
b: refs/heads/master
c: 27b526a
h: refs/heads/master
i:
  75455: 0574f19
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Jan 14, 2008
1 parent db13ddb commit a1dc040
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: d2d159dbd51a99abdd4ae02fecc68cd1e0b0558e
refs/heads/master: 27b526a09086d563d61cf0e0fdd5c8e3f3c295d4
4 changes: 2 additions & 2 deletions trunk/drivers/video/uvesafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ static struct fb_fix_screeninfo uvesafb_fix __devinitdata = {
};

static int mtrr __devinitdata = 3; /* enable mtrr by default */
static int blank __devinitdata = 1; /* enable blanking by default */
static int blank = 1; /* enable blanking by default */
static int ypan __devinitdata = 1; /* 0: scroll, 1: ypan, 2: ywrap */
static int pmi_setpal __devinitdata = 1; /* use PMI for palette changes */
static int nocrtc __devinitdata; /* ignore CRTC settings */
Expand Down Expand Up @@ -1549,7 +1549,7 @@ static void __devinit uvesafb_init_info(struct fb_info *info,
info->fbops->fb_pan_display = NULL;
}

static void uvesafb_init_mtrr(struct fb_info *info)
static void __devinit uvesafb_init_mtrr(struct fb_info *info)
{
#ifdef CONFIG_MTRR
if (mtrr && !(info->fix.smem_start & (PAGE_SIZE - 1))) {
Expand Down

0 comments on commit a1dc040

Please sign in to comment.