From 447104fa68758f052c1fd4996591ba27b74b4047 Mon Sep 17 00:00:00 2001 From: Sonic Zhang Date: Thu, 8 Jan 2009 00:37:12 +0800 Subject: [PATCH] --- yaml --- r: 127708 b: refs/heads/master c: 78a7ba47fbc34a387e6347179ba571236596efbb h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/ata/pata_platform.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 466282013fce..bcabcf04b615 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1564a187b4a7f43746da764347df16bf9095f92e +refs/heads/master: 78a7ba47fbc34a387e6347179ba571236596efbb diff --git a/trunk/drivers/ata/pata_platform.c b/trunk/drivers/ata/pata_platform.c index 6afa07a37648..d8d743af3225 100644 --- a/trunk/drivers/ata/pata_platform.c +++ b/trunk/drivers/ata/pata_platform.c @@ -186,7 +186,7 @@ EXPORT_SYMBOL_GPL(__pata_platform_probe); * A platform bus ATA device has been unplugged. Perform the needed * cleanup. Also called on module unload for any active devices. */ -int __devexit __pata_platform_remove(struct device *dev) +int __pata_platform_remove(struct device *dev) { struct ata_host *host = dev_get_drvdata(dev);