Commit bc229b36 authored by James Bottomley's avatar James Bottomley Committed by James Bottomley

[SCSI] aic94xx: add MODULE_FIRMWARE tag

Add a tag which shows what the firmware file we're requesting is.
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 187afbed
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/pci.h> #include <linux/pci.h>
#include <linux/module.h>
#include <linux/firmware.h> #include <linux/firmware.h>
#include "aic94xx_reg.h" #include "aic94xx_reg.h"
#include "aic94xx_hwi.h" #include "aic94xx_hwi.h"
...@@ -1399,3 +1400,5 @@ void asd_update_port_links(struct asd_sas_phy *sas_phy) ...@@ -1399,3 +1400,5 @@ void asd_update_port_links(struct asd_sas_phy *sas_phy)
if (err) if (err)
asd_printk("couldn't update DDB 0:error:%d\n", err); asd_printk("couldn't update DDB 0:error:%d\n", err);
} }
MODULE_FIRMWARE(SAS_RAZOR_SEQUENCER_FW_FILE);
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