Commit 9b96c312 authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman

uio: remove use of __devexit

CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: default avatarBill Pemberton <wfp5p@virginia.edu>
Cc: "Hans J. Koch" <hjk@hansjkoch.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d46f7438
......@@ -209,7 +209,7 @@ static int pruss_probe(struct platform_device *dev)
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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment