pata_platform: remove unused remove function
authorBrian Norris <computersforpeace@gmail.com>
Fri, 2 Nov 2012 07:46:24 +0000 (00:46 -0700)
committerJeff Garzik <jgarzik@redhat.com>
Mon, 3 Dec 2012 10:15:33 +0000 (05:15 -0500)
All users of __pata_platform_remove() have been converted to utilize the
common ata_platform_remove_one().

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/pata_platform.c
include/linux/ata_platform.h

index 449aa29931bcf38eab98adc1dba14e039af40177..f4372d0c7ce603c2db18374cf22cc82cec66a4a2 100644 (file)
@@ -178,23 +178,6 @@ int __devinit __pata_platform_probe(struct device *dev,
 }
 EXPORT_SYMBOL_GPL(__pata_platform_probe);
 
-/**
- *     __pata_platform_remove          -       unplug a platform interface
- *     @dev: device
- *
- *     A platform bus ATA device has been unplugged. Perform the needed
- *     cleanup. Also called on module unload for any active devices.
- */
-int __pata_platform_remove(struct device *dev)
-{
-       struct ata_host *host = dev_get_drvdata(dev);
-
-       ata_host_detach(host);
-
-       return 0;
-}
-EXPORT_SYMBOL_GPL(__pata_platform_remove);
-
 static int __devinit pata_platform_probe(struct platform_device *pdev)
 {
        struct resource *io_res;
index b856a2a590d96c8b376b3c2ebcdb3f0fbc6be022..fe9989636b6252536b6abf7042e598c7d6da39fd 100644 (file)
@@ -22,8 +22,6 @@ extern int __devinit __pata_platform_probe(struct device *dev,
                                           unsigned int ioport_shift,
                                           int __pio_mask);
 
-extern int __devexit __pata_platform_remove(struct device *dev);
-
 /*
  * Marvell SATA private data
  */