staging: declare MODULE_FIRMWARE in various drivers

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Ben Hutchings 2010-01-13 23:36:09 +00:00 committed by Greg Kroah-Hartman
parent 32dbb67138
commit 5d929a7190
8 changed files with 19 additions and 0 deletions

View File

@ -954,6 +954,8 @@ out:
return result;
}
MODULE_FIRMWARE("comedi/jr3pci.idm");
static int jr3_pci_detach(struct comedi_device *dev)
{
int i;

View File

@ -128,6 +128,8 @@ static int go7007_load_encoder(struct go7007 *go)
return rv;
}
MODULE_FIRMWARE("go7007fw.bin");
/*
* Boot the encoder and register the I2C adapter if requested. Do the
* minimum initialization necessary, since the board-specific code may

View File

@ -444,6 +444,8 @@ static struct go7007_usb_board board_sensoray_2250 = {
},
};
MODULE_FIRMWARE("go7007tv.bin");
static const struct usb_device_id go7007_usb_id_table[] = {
{
.match_flags = USB_DEVICE_ID_MATCH_DEVICE_AND_VERSION |

View File

@ -84,6 +84,7 @@ static struct go7007_board_info board_voyager = {
},
},
};
MODULE_FIRMWARE("go7007tv.bin");
/********************* Driver for GPIO HPI interface *********************/

View File

@ -365,3 +365,7 @@ download_firmware_fail:
rt_status = false;
return rt_status;
}
MODULE_FIRMWARE("RTL8192E/boot.img");
MODULE_FIRMWARE("RTL8192E/main.img");
MODULE_FIRMWARE("RTL8192E/data.img");

View File

@ -538,3 +538,4 @@ bool FirmwareDownload92S(struct net_device *dev)
return rtStatus;
}
MODULE_FIRMWARE("RTL8192SU/rtl8192sfw.bin");

View File

@ -1866,6 +1866,9 @@ static int slic_card_download_gbrcv(struct adapter *adapter)
return 0;
}
MODULE_FIRMWARE("slicoss/oasisrcvucode.sys");
MODULE_FIRMWARE("slicoss/gbrcvucode.sys");
static int slic_card_download(struct adapter *adapter)
{
const struct firmware *fw;
@ -1977,6 +1980,9 @@ static int slic_card_download(struct adapter *adapter)
return STATUS_SUCCESS;
}
MODULE_FIRMWARE("slicoss/oasisdownload.sys");
MODULE_FIRMWARE("slicoss/gbdownload.sys");
static void slic_adapter_set_hwaddr(struct adapter *adapter)
{
struct sliccard *card = adapter->card;

View File

@ -53,6 +53,7 @@
/* Local Constants */
#define PRISM2_USB_FWFILE "prism2_ru.fw"
MODULE_FIRMWARE(PRISM2_USB_FWFILE);
#define S3DATA_MAX 5000
#define S3PLUG_MAX 200