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
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue