]> git.baikalelectronics.ru Git - kernel.git/commit
firmware: always enable the reboot notifier
authorLuis R. Rodriguez <mcgrof@kernel.org>
Tue, 2 May 2017 08:31:04 +0000 (01:31 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Jun 2017 10:15:49 +0000 (19:15 +0900)
commit2ef48a8549956256614e12ea4d346c1428c25e43
tree53d4133d09648d8a8b999a04d9ae2a90f4466060
parent411111dc8ab403b9faa98276c0e19958730236af
firmware: always enable the reboot notifier

Now that we've have proper wrappers for the fallback mechanism
we can easily share the reboot notifier for the firmware_class
at all times.

This change will make subsequent modifications to the reboot
notifier easier to review.

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