Skip to content

Commit

Permalink
staging: rtl8192u: declare MODULE_FIRMWARE
Browse files Browse the repository at this point in the history
declaring MODULE_FIRMWARE has apparently forgotten while removing the embedded
firmware arrays in 0a8692b (rtl8192u_usb:
Remove built-in firmware images).

Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
Cc: stable <stable@kernel.org> [2.6.39+]
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Stefan Lippers-Hollmann authored and Greg Kroah-Hartman committed Aug 2, 2011
1 parent 2f8d92b commit 589c3ca
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions drivers/staging/rtl8192u/r819xU_firmware.c
Original file line number Diff line number Diff line change
Expand Up @@ -399,10 +399,7 @@ bool init_firmware(struct net_device *dev)

}







MODULE_FIRMWARE("RTL8192U/boot.img");
MODULE_FIRMWARE("RTL8192U/main.img");
MODULE_FIRMWARE("RTL8192U/data.img");

0 comments on commit 589c3ca

Please sign in to comment.