Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26015
b: refs/heads/master
c: a61bdaa
h: refs/heads/master
i:
  26013: 53e2591
  26011: 20199f8
  26007: acf786f
  25999: 4e78a43
  25983: fb41147
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Apr 19, 2006
1 parent 4ef7abe commit 8fa7350
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 246846fc18ba43c4f31d6e5b208fe6b045d9f7b1
refs/heads/master: a61bdaad6c696e850d8fa412f1f201cbca51ad30
6 changes: 3 additions & 3 deletions trunk/drivers/video/savage/savagefb_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1545,7 +1545,7 @@ static int __devinit savage_map_mmio (struct fb_info *info)
return 0;
}

static void __devinit savage_unmap_mmio (struct fb_info *info)
static void savage_unmap_mmio (struct fb_info *info)
{
struct savagefb_par *par = info->par;
DBG ("savage_unmap_mmio");
Expand Down Expand Up @@ -1597,7 +1597,7 @@ static int __devinit savage_map_video (struct fb_info *info,
return 0;
}

static void __devinit savage_unmap_video (struct fb_info *info)
static void savage_unmap_video (struct fb_info *info)
{
struct savagefb_par *par = info->par;

Expand All @@ -1614,7 +1614,7 @@ static void __devinit savage_unmap_video (struct fb_info *info)
}
}

static int __devinit savage_init_hw (struct savagefb_par *par)
static int savage_init_hw (struct savagefb_par *par)
{
unsigned char config1, m, n, n1, n2, sr8, cr3f, cr66 = 0, tmp;

Expand Down

0 comments on commit 8fa7350

Please sign in to comment.