Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 156f34d2 authored by Brian Norris's avatar Brian Norris Committed by Jeff Garzik
Browse files

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: default avatarBrian Norris <computersforpeace@gmail.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent ccd1196a
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
@@ -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;
+0 −2
Original line number Diff line number Diff line
@@ -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
 */