提交 3ec33012 编写于 作者: A Axel Lin 提交者: Samuel Ortiz

mfd: Add __devexit annotation for vx855_remove

Signed-off-by: NAxel Lin <axel.lin@gmail.com>
Acked-by: NHarald Welte <HaraldWelte@viatech.com>
Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
上级 c45c685c
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册