Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54870
b: refs/heads/master
c: 825d0a9
h: refs/heads/master
v: v3
  • Loading branch information
Prarit Bhargava authored and Linus Torvalds committed May 8, 2007
1 parent f941f7f commit 7ff8721
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: 125e1137cd2d93377028f521801d916729485733
refs/heads/master: 825d0a97f3b9031235b1ee77b1e22fec15c758ba
4 changes: 2 additions & 2 deletions trunk/drivers/video/riva/fbdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -2104,7 +2104,7 @@ static int __devinit rivafb_probe(struct pci_dev *pd,
return ret;
}

static void __exit rivafb_remove(struct pci_dev *pd)
static void __devexit rivafb_remove(struct pci_dev *pd)
{
struct fb_info *info = pci_get_drvdata(pd);
struct riva_par *par = info->par;
Expand Down Expand Up @@ -2185,7 +2185,7 @@ static struct pci_driver rivafb_driver = {
.name = "rivafb",
.id_table = rivafb_pci_tbl,
.probe = rivafb_probe,
.remove = __exit_p(rivafb_remove),
.remove = __devexit_p(rivafb_remove),
};


Expand Down

0 comments on commit 7ff8721

Please sign in to comment.