浏览代码

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>
Axel Lin 14 年之前
父节点
当前提交
3ec33012dc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/mfd/vx855.c

+ 1 - 1
drivers/mfd/vx855.c

@@ -112,7 +112,7 @@ out:
 	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);