uio: remove use of __devinit
CONFIG_HOTPLUG is going away as an option so __devinit 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:

committed by
Greg Kroah-Hartman

parent
5a59509b47
commit
b17b75bb52
@@ -112,7 +112,7 @@ static void pruss_cleanup(struct platform_device *dev,
|
||||
kfree(gdev);
|
||||
}
|
||||
|
||||
static int __devinit pruss_probe(struct platform_device *dev)
|
||||
static int pruss_probe(struct platform_device *dev)
|
||||
{
|
||||
struct uio_info *p;
|
||||
struct uio_pruss_dev *gdev;
|
||||
|
Reference in New Issue
Block a user