ANDROID: input: keyreset: switch to orderly_reboot
authorEric Ernst <eric.ernst@linux.intel.com>
Fri, 2 Sep 2016 23:12:06 +0000 (16:12 -0700)
committerAmit Pundir <amit.pundir@linaro.org>
Mon, 18 Dec 2017 15:41:22 +0000 (21:11 +0530)
commit3ed870f4b0c746b94dd9c677c4a37dfb3db5fa01
tree26b94ff40c6be173c13f4dee31490fd66b7231cd
parent514c1205c9266ac181c6d9b6c1d4aea9f09e92ea
ANDROID: input: keyreset: switch to orderly_reboot

Prior restart function would make a call to sys_sync and then
execute a kernel reset.  Rather than call the sync directly,
thus necessitating this driver to be builtin, call orderly_reboot,
which will take care of the file system sync.

Note: since CONFIG_INPUT Kconfig is tristate, this driver can be built
as module, despite being marked bool.

Signed-off-by: Eric Ernst <eric.ernst@linux.intel.com>
drivers/input/keyreset.c