Staging: rtl8192e: Remove built-in firmware images
authorBen Hutchings <ben@decadent.org.uk>
Thu, 24 Apr 2014 02:16:05 +0000 (03:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Apr 2014 23:02:01 +0000 (16:02 -0700)
The driver can already use request_firmware() to load firmware, and
always does so.  There is code in init_firmware() to use the static
firmware images, but it's unreachable!  Remove the data and simplify
init_firmware() accordingly.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found