firmware: move core data structures to the top of file
authorLuis R. Rodriguez <mcgrof@kernel.org>
Mon, 20 Nov 2017 18:23:50 +0000 (10:23 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Nov 2017 10:10:50 +0000 (11:10 +0100)
commitbe8d462f3e5713801a1f1bf3cccef30ff2a40423
treed7c1acee09f5ae128af2445ab3f621a9d1b521da
parent31034f22fcee763b9a76d5fc1b51f3fc2bd28565
firmware: move core data structures to the top of file

Move main core data structures used internally for firmware to the top
of the file. This will allow us to use them earlier later in helpers as
we extend their use.

Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/firmware_class.c