diff options
-rw-r--r-- | drivers/net/sgiseeq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sgiseeq.c b/drivers/net/sgiseeq.c index 78f60089b552..ecf3279fbef5 100644 --- a/drivers/net/sgiseeq.c +++ b/drivers/net/sgiseeq.c | |||
@@ -720,7 +720,7 @@ static const struct net_device_ops sgiseeq_netdev_ops = { | |||
720 | .ndo_validate_addr = eth_validate_addr, | 720 | .ndo_validate_addr = eth_validate_addr, |
721 | }; | 721 | }; |
722 | 722 | ||
723 | static int __init sgiseeq_probe(struct platform_device *pdev) | 723 | static int __devinit sgiseeq_probe(struct platform_device *pdev) |
724 | { | 724 | { |
725 | struct sgiseeq_platform_data *pd = pdev->dev.platform_data; | 725 | struct sgiseeq_platform_data *pd = pdev->dev.platform_data; |
726 | struct hpc3_regs *hpcregs = pd->hpc; | 726 | struct hpc3_regs *hpcregs = pd->hpc; |