Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ec33012 authored by Axel Lin's avatar Axel Lin Committed by Samuel Ortiz
Browse files

mfd: Add __devexit annotation for vx855_remove

parent c45c685c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);