]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
firmware: move kill_requests_without_uevent() up above
authorLuis R. Rodriguez <mcgrof@kernel.org>
Tue, 2 May 2017 08:31:02 +0000 (01:31 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Jun 2017 10:15:49 +0000 (19:15 +0900)
commit6383331d8f390da68e5cb3e9184b5c99429c4545
tree6c1533b2a266732d722e8103cdf3dd90ec7d5dad
parent4ca4f26a9c66103ca158689b7554f07f4968a32c
firmware: move kill_requests_without_uevent() up above

This routine will used in functions declared earlier next. This
code shift has no functional changes, it will make subsequent
changes easier to read.

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