mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 00:43:08 -04:00
ipw2100: declare MODULE_FIRMWARE
Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Acked-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
b98a032f6d
commit
a278ea3e42
@@ -8462,6 +8462,12 @@ static int ipw2100_get_firmware(struct ipw2100_priv *priv,
|
||||
return 0;
|
||||
}
|
||||
|
||||
MODULE_FIRMWARE(IPW2100_FW_NAME("-i"));
|
||||
#ifdef CONFIG_IPW2100_MONITOR
|
||||
MODULE_FIRMWARE(IPW2100_FW_NAME("-p"));
|
||||
#endif
|
||||
MODULE_FIRMWARE(IPW2100_FW_NAME(""));
|
||||
|
||||
static void ipw2100_release_firmware(struct ipw2100_priv *priv,
|
||||
struct ipw2100_fw *fw)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user