From: James Bottomley Date: Mon, 28 Aug 2006 22:08:21 +0000 (-0500) Subject: [SCSI] aic94xx: add MODULE_FIRMWARE tag X-Git-Tag: v3.12-rc1~34038^2~19^2~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc229b3663dcd7d8f266cb13b0839efdee6d95b5;p=kernel%2Fkernel-generic.git [SCSI] aic94xx: add MODULE_FIRMWARE tag Add a tag which shows what the firmware file we're requesting is. Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/aic94xx/aic94xx_seq.c b/drivers/scsi/aic94xx/aic94xx_seq.c index 9050c6f3f..d9b6da5 100644 --- a/drivers/scsi/aic94xx/aic94xx_seq.c +++ b/drivers/scsi/aic94xx/aic94xx_seq.c @@ -28,6 +28,7 @@ #include #include +#include #include #include "aic94xx_reg.h" #include "aic94xx_hwi.h" @@ -1399,3 +1400,5 @@ void asd_update_port_links(struct asd_sas_phy *sas_phy) if (err) asd_printk("couldn't update DDB 0:error:%d\n", err); } + +MODULE_FIRMWARE(SAS_RAZOR_SEQUENCER_FW_FILE);