uio: remove use of __devexit

CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: "Hans J. Koch" <hjk@hansjkoch.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Bill Pemberton 2012-11-19 13:26:19 -05:00 committed by Greg Kroah-Hartman
parent d46f743822
commit 9b96c3124b
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ out_free:
return ret;
}
static int __devexit pruss_remove(struct platform_device *dev)
static int pruss_remove(struct platform_device *dev)
{
struct uio_pruss_dev *gdev = platform_get_drvdata(dev);