Skip to content

Commit

Permalink
[SCSI] bfa: declare MODULE_FIRMWARE
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Acked-by: Jing Huang <huangj@brocade.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
  • Loading branch information
Ben Hutchings authored and James Bottomley committed Nov 11, 2009
1 parent 690e744 commit 1a0f437
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/scsi/bfa/bfad_fwimg.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ u32 *bfi_image_cb;

#define BFAD_FW_FILE_CT "ctfw.bin"
#define BFAD_FW_FILE_CB "cbfw.bin"
MODULE_FIRMWARE(BFAD_FW_FILE_CT);
MODULE_FIRMWARE(BFAD_FW_FILE_CB);

u32 *
bfad_read_firmware(struct pci_dev *pdev, u32 **bfi_image,
Expand Down

0 comments on commit 1a0f437

Please sign in to comment.