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>
This commit is contained in:
Brian Norris
2012-11-02 00:46:24 -07:00
committed by Jeff Garzik
parent ccd1196a92
commit 156f34d26a
2 changed files with 0 additions and 19 deletions

View 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
*/