Skip to content

Commit

Permalink
make kernel/power/main.c:suspend_enter() static
Browse files Browse the repository at this point in the history
suspend_enter() can now become static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Oct 18, 2007
1 parent 41702d9 commit a065c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/power/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit a065c86

Please sign in to comment.