mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-19 19:14:01 +08:00
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:
parent
d46f743822
commit
9b96c3124b
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user