Loading drivers/ata/sata_highbank.c +1 −11 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading @@ -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, Loading Loading
drivers/ata/sata_highbank.c +1 −11 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading @@ -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, Loading