]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb24c5e8f21eca0d94fd251e152534a3afc307e42
tree5eb2fbb53da9b869b809893c0834e8c07addb40e
parent418ac8aeb3a1beba471d4266bf0b905c35aaed2f
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