make kernel_shutdown_prepare() static
kernel_shutdown_prepare() can now become static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Acked-by: Pavel Machek <pavel@ucw.cz> Cc: "Rafael J. Wysocki" <rjw@sisk.pl> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
47a460d5a3
commit
4ef7229ffa
@ -315,7 +315,7 @@ static void kernel_kexec(void)
|
||||
#endif
|
||||
}
|
||||
|
||||
void kernel_shutdown_prepare(enum system_states state)
|
||||
static void kernel_shutdown_prepare(enum system_states state)
|
||||
{
|
||||
blocking_notifier_call_chain(&reboot_notifier_list,
|
||||
(state == SYSTEM_HALT)?SYS_HALT:SYS_POWER_OFF, NULL);
|
||||
|
Reference in New Issue
Block a user