|
@@ -720,7 +720,7 @@ static const struct net_device_ops sgiseeq_netdev_ops = {
|
|
.ndo_validate_addr = eth_validate_addr,
|
|
.ndo_validate_addr = eth_validate_addr,
|
|
};
|
|
};
|
|
|
|
|
|
-static int __init sgiseeq_probe(struct platform_device *pdev)
|
|
|
|
|
|
+static int __devinit sgiseeq_probe(struct platform_device *pdev)
|
|
{
|
|
{
|
|
struct sgiseeq_platform_data *pd = pdev->dev.platform_data;
|
|
struct sgiseeq_platform_data *pd = pdev->dev.platform_data;
|
|
struct hpc3_regs *hpcregs = pd->hpc;
|
|
struct hpc3_regs *hpcregs = pd->hpc;
|