Skip to content

Commit

Permalink
Hibernation: Remove unnecessary variable declaration
Browse files Browse the repository at this point in the history
Remove the unnecessary extern declaration of resume_file[]
from kernel/power/swap.c .

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Rafael J. Wysocki authored and Len Brown committed Feb 1, 2008
1 parent 9575809 commit b6887a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kernel/power/swap.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@

#include "power.h"

extern char resume_file[];

#define SWSUSP_SIG "S1SUSPEND"

struct swsusp_header {
Expand Down

0 comments on commit b6887a2

Please sign in to comment.