diff options
Diffstat (limited to 'drivers/net/meth.c')
-rw-r--r-- | drivers/net/meth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/meth.c b/drivers/net/meth.c index abea35de255f..92ceb689b4d4 100644 --- a/drivers/net/meth.c +++ b/drivers/net/meth.c | |||
@@ -784,7 +784,7 @@ static const struct net_device_ops meth_netdev_ops = { | |||
784 | /* | 784 | /* |
785 | * The init function. | 785 | * The init function. |
786 | */ | 786 | */ |
787 | static int __init meth_probe(struct platform_device *pdev) | 787 | static int __devinit meth_probe(struct platform_device *pdev) |
788 | { | 788 | { |
789 | struct net_device *dev; | 789 | struct net_device *dev; |
790 | struct meth_private *priv; | 790 | struct meth_private *priv; |