Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231024
b: refs/heads/master
c: 3ec3301
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Samuel Ortiz committed Jan 14, 2011
1 parent f46eb2c commit 9d38e96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: c45c685c1a582e27787b5aa85844f2ee6986018c
refs/heads/master: 3ec33012dc07ab7e12fdd3f7f927c09264dcb5ec
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/vx855.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ static __devinit int vx855_probe(struct pci_dev *pdev,
return ret;
}

static void vx855_remove(struct pci_dev *pdev)
static void __devexit vx855_remove(struct pci_dev *pdev)
{
mfd_remove_devices(&pdev->dev);
pci_disable_device(pdev);
Expand Down

0 comments on commit 9d38e96

Please sign in to comment.