Skip to content

Commit

Permalink
mfd: Add __devexit annotation for vx855_remove
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Harald Welte <HaraldWelte@viatech.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Axel Lin authored and Samuel Ortiz committed Jan 14, 2011
1 parent c45c685 commit 3ec3301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 3ec3301

Please sign in to comment.