aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/smc91x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/smc91x.c')
-rw-r--r--drivers/net/smc91x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/smc91x.c b/drivers/net/smc91x.c
index 2d8bfa7bd9e9..b5ff63268d89 100644
--- a/drivers/net/smc91x.c
+++ b/drivers/net/smc91x.c
@@ -2123,7 +2123,7 @@ static void smc_release_datacs(struct platform_device *pdev, struct net_device *
2123 * 0 --> there is a device 2123 * 0 --> there is a device
2124 * anything else, error 2124 * anything else, error
2125 */ 2125 */
2126static int smc_drv_probe(struct platform_device *pdev) 2126static int __init smc_drv_probe(struct platform_device *pdev)
2127{ 2127{
2128 struct smc91x_platdata *pd = pdev->dev.platform_data; 2128 struct smc91x_platdata *pd = pdev->dev.platform_data;
2129 struct smc_local *lp; 2129 struct smc_local *lp;