firmware loader: use statically initialized data attribute
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 4 Jun 2010 07:54:37 +0000 (00:54 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 5 Aug 2010 20:53:34 +0000 (13:53 -0700)
commit0983ca2d0f0ff645bc86899aefb936cffb314839
tree5eb2fbb53da9b869b809893c0834e8c07addb40e
parentcc7447a5fa92759b0856d6a83ba2539c6a94e67e
firmware loader: use statically initialized data attribute

There is no reason why we are using a template for binary attribute
and copying it into per-firmware data before registering. Using the
original works as well.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/firmware_class.c