sata_highbank: utilize common ata_platform_remove_one()
authorBrian Norris <computersforpeace@gmail.com>
Mon, 3 Dec 2012 18:34:39 +0000 (10:34 -0800)
committerJeff Garzik <jgarzik@redhat.com>
Mon, 3 Dec 2012 18:53:25 +0000 (13:53 -0500)
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/sata_highbank.c

index 75c0f3cc4a8a821c1ce9f609a85a636966b03f29..dc7d78eecb19ce6dd3631e8fcc0393804da359eb 100644 (file)
@@ -368,16 +368,6 @@ err0:
        return rc;
 }
 
-static int __devexit ahci_highbank_remove(struct platform_device *pdev)
-{
-       struct device *dev = &pdev->dev;
-       struct ata_host *host = dev_get_drvdata(dev);
-
-       ata_host_detach(host);
-
-       return 0;
-}
-
 #ifdef CONFIG_PM_SLEEP
 static int ahci_highbank_suspend(struct device *dev)
 {
@@ -432,7 +422,7 @@ SIMPLE_DEV_PM_OPS(ahci_highbank_pm_ops,
                  ahci_highbank_suspend, ahci_highbank_resume);
 
 static struct platform_driver ahci_highbank_driver = {
-        .remove = __devexit_p(ahci_highbank_remove),
+       .remove = ata_platform_remove_one,
         .driver = {
                 .name = "highbank-ahci",
                 .owner = THIS_MODULE,
This page took 0.024724 seconds and 5 git commands to generate.