diff options
author | Axel Lin <axel.lin@gmail.com> | 2010-12-19 21:02:06 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-01-14 06:38:12 -0500 |
commit | 3ec33012dc07ab7e12fdd3f7f927c09264dcb5ec (patch) | |
tree | d4dcbdebd00df606cdc002a7e187d72220577909 /drivers/mfd | |
parent | c45c685c1a582e27787b5aa85844f2ee6986018c (diff) |
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>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/vx855.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/vx855.c b/drivers/mfd/vx855.c index ebb059765edd..348052aa5dbf 100644 --- a/drivers/mfd/vx855.c +++ b/drivers/mfd/vx855.c | |||
@@ -112,7 +112,7 @@ out: | |||
112 | return ret; | 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 | mfd_remove_devices(&pdev->dev); | 117 | mfd_remove_devices(&pdev->dev); |
118 | pci_disable_device(pdev); | 118 | pci_disable_device(pdev); |