|
@@ -226,7 +226,7 @@ static struct scsi_host_template sgiwd93_template = {
|
|
.use_clustering = DISABLE_CLUSTERING,
|
|
.use_clustering = DISABLE_CLUSTERING,
|
|
};
|
|
};
|
|
|
|
|
|
-static int __init sgiwd93_probe(struct platform_device *pdev)
|
|
|
|
|
|
+static int __devinit sgiwd93_probe(struct platform_device *pdev)
|
|
{
|
|
{
|
|
struct sgiwd93_platform_data *pd = pdev->dev.platform_data;
|
|
struct sgiwd93_platform_data *pd = pdev->dev.platform_data;
|
|
unsigned char *wdregs = pd->wdregs;
|
|
unsigned char *wdregs = pd->wdregs;
|