diff options
author | James Bottomley <James.Bottomley@SteelEye.com> | 2006-08-28 18:08:21 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-08-30 11:04:17 -0400 |
commit | bc229b3663dcd7d8f266cb13b0839efdee6d95b5 (patch) | |
tree | c200150738373f040d2408ca04b9d172d1f00dbe /drivers | |
parent | 187afbed1814ea0851bf30bacbf807217dd7864b (diff) |
[SCSI] aic94xx: add MODULE_FIRMWARE tag
Add a tag which shows what the firmware file we're requesting is.
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/aic94xx/aic94xx_seq.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/aic94xx/aic94xx_seq.c b/drivers/scsi/aic94xx/aic94xx_seq.c index 9050c6f3f6bd..d9b6da5fd06c 100644 --- a/drivers/scsi/aic94xx/aic94xx_seq.c +++ b/drivers/scsi/aic94xx/aic94xx_seq.c | |||
@@ -28,6 +28,7 @@ | |||
28 | 28 | ||
29 | #include <linux/delay.h> | 29 | #include <linux/delay.h> |
30 | #include <linux/pci.h> | 30 | #include <linux/pci.h> |
31 | #include <linux/module.h> | ||
31 | #include <linux/firmware.h> | 32 | #include <linux/firmware.h> |
32 | #include "aic94xx_reg.h" | 33 | #include "aic94xx_reg.h" |
33 | #include "aic94xx_hwi.h" | 34 | #include "aic94xx_hwi.h" |
@@ -1399,3 +1400,5 @@ void asd_update_port_links(struct asd_sas_phy *sas_phy) | |||
1399 | if (err) | 1400 | if (err) |
1400 | asd_printk("couldn't update DDB 0:error:%d\n", err); | 1401 | asd_printk("couldn't update DDB 0:error:%d\n", err); |
1401 | } | 1402 | } |
1403 | |||
1404 | MODULE_FIRMWARE(SAS_RAZOR_SEQUENCER_FW_FILE); | ||