Commit 6d54b18c authored by James Bottomley's avatar James Bottomley

lasi700: Fix missed variable name change causing module load error

parent 4776d260
......@@ -70,7 +70,7 @@ static Scsi_Host_Template lasi700_template = {
.proc_name = "lasi700",
.this_id = 7,
};
MODULE_DEVICE_TABLE(parisc, lasi700_scsi_tbl);
MODULE_DEVICE_TABLE(parisc, lasi700_ids);
static int __init
lasi700_probe(struct parisc_device *dev)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment