Commit 156f34d26a74c6ea060fb43d898f17509ed8e18a

Authored by Brian Norris
Committed by Jeff Garzik
1 parent ccd1196a92

pata_platform: remove unused remove function

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>

Showing 2 changed files with 0 additions and 19 deletions Side-by-side Diff

drivers/ata/pata_platform.c
... ... @@ -178,23 +178,6 @@
178 178 }
179 179 EXPORT_SYMBOL_GPL(__pata_platform_probe);
180 180  
181   -/**
182   - * __pata_platform_remove - unplug a platform interface
183   - * @dev: device
184   - *
185   - * A platform bus ATA device has been unplugged. Perform the needed
186   - * cleanup. Also called on module unload for any active devices.
187   - */
188   -int __pata_platform_remove(struct device *dev)
189   -{
190   - struct ata_host *host = dev_get_drvdata(dev);
191   -
192   - ata_host_detach(host);
193   -
194   - return 0;
195   -}
196   -EXPORT_SYMBOL_GPL(__pata_platform_remove);
197   -
198 181 static int __devinit pata_platform_probe(struct platform_device *pdev)
199 182 {
200 183 struct resource *io_res;
include/linux/ata_platform.h
... ... @@ -22,8 +22,6 @@
22 22 unsigned int ioport_shift,
23 23 int __pio_mask);
24 24  
25   -extern int __devexit __pata_platform_remove(struct device *dev);
26   -
27 25 /*
28 26 * Marvell SATA private data
29 27 */