diff options
author | 2021-11-11 21:58:54 -0800 | |
---|---|---|
committer | 2021-11-11 21:58:54 -0800 | |
commit | efe6f16c6faf724882ddaba2eda8830a87bcc2b2 (patch) | |
tree | ab5a4ac8c5b917b07af95c866770659f330b7f2b /kernel | |
parent | Input: touchscreen - avoid bitwise vs logical OR warning (diff) | |
parent | Input: iforce - fix control-message timeout (diff) | |
download | linux-rng-efe6f16c6faf724882ddaba2eda8830a87bcc2b2.tar.xz linux-rng-efe6f16c6faf724882ddaba2eda8830a87bcc2b2.zip |
Merge branch 'next' into for-linus
Prepare input updates for 5.16 merge window.
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/reboot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/reboot.c b/kernel/reboot.c index a6ad5eb2fa73..31bf2611ee12 100644 --- a/kernel/reboot.c +++ b/kernel/reboot.c @@ -32,6 +32,7 @@ EXPORT_SYMBOL(cad_pid); #define DEFAULT_REBOOT_MODE #endif enum reboot_mode reboot_mode DEFAULT_REBOOT_MODE; +EXPORT_SYMBOL_GPL(reboot_mode); enum reboot_mode panic_reboot_mode = REBOOT_UNDEFINED; /* |