diff options
Diffstat (limited to 'drivers/scsi/aic7xxx/aic7770_osm.c')
-rw-r--r-- | drivers/scsi/aic7xxx/aic7770_osm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/aic7xxx/aic7770_osm.c b/drivers/scsi/aic7xxx/aic7770_osm.c index 867cbe23579b..1ac119733bac 100644 --- a/drivers/scsi/aic7xxx/aic7770_osm.c +++ b/drivers/scsi/aic7xxx/aic7770_osm.c | |||
@@ -132,7 +132,8 @@ static struct eisa_device_id aic7770_ids[] = { | |||
132 | { "ADP7770", 5 }, /* AIC7770 generic */ | 132 | { "ADP7770", 5 }, /* AIC7770 generic */ |
133 | { "" } | 133 | { "" } |
134 | }; | 134 | }; |
135 | 135 | MODULE_DEVICE_TABLE(eisa, aic7770_ids); | |
136 | |||
136 | static struct eisa_driver aic7770_driver = { | 137 | static struct eisa_driver aic7770_driver = { |
137 | .id_table = aic7770_ids, | 138 | .id_table = aic7770_ids, |
138 | .driver = { | 139 | .driver = { |