]> git.kernelconcepts.de Git - karo-tx-linux.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)
commita669f04ab4b4d7e5a7ac8250f0b688a07e10b04c
tree53d4133d09648d8a8b999a04d9ae2a90f4466060
parentc4b768934be613fb882e4e4090946218d76c8e1b
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