Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: Add __devexit annotation for vx855_remove

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>

authored by

Axel Lin and committed by
Samuel Ortiz
3ec33012 c45c685c

+1 -1
+1 -1
drivers/mfd/vx855.c
··· 112 112 return ret; 113 113 } 114 114 115 - static void vx855_remove(struct pci_dev *pdev) 115 + static void __devexit vx855_remove(struct pci_dev *pdev) 116 116 { 117 117 mfd_remove_devices(&pdev->dev); 118 118 pci_disable_device(pdev);