Commit a065c86e authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

make kernel/power/main.c:suspend_enter() static

suspend_enter() can now become static.
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Pavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 41702d9a
......@@ -128,7 +128,7 @@ void __attribute__ ((weak)) arch_suspend_enable_irqs(void)
*
* This function should be called after devices have been suspended.
*/
int suspend_enter(suspend_state_t state)
static int suspend_enter(suspend_state_t state)
{
int error = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment