net/sgi: remove __dev* attributes

CONFIG_HOTPLUG is going away as an option.  As result the __dev*
markings will be going away.

Remove use of __devinit, __devexit_p, __devinitdata, __devinitconst,
and __devexit.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Bill Pemberton
2012-12-03 09:24:01 -05:00
committed by Greg Kroah-Hartman
parent 03c4d832a2
commit f48a3c2af8
2 changed files with 6 additions and 6 deletions

View File

@@ -825,7 +825,7 @@ static const struct net_device_ops meth_netdev_ops = {
/*
* The init function.
*/
static int __devinit meth_probe(struct platform_device *pdev)
static int meth_probe(struct platform_device *pdev)
{
struct net_device *dev;
struct meth_private *priv;