提交 9b96c312 编写于 作者: B Bill Pemberton 提交者: 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: NBill Pemberton <wfp5p@virginia.edu>
Cc: "Hans J. Koch" <hjk@hansjkoch.de>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册