Hibernation: Remove unnecessary variable declaration
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>
This commit is contained in:
parent
9575809c6f
commit
b6887a2944
1 changed files with 0 additions and 2 deletions
|
@ -28,8 +28,6 @@
|
|||
|
||||
#include "power.h"
|
||||
|
||||
extern char resume_file[];
|
||||
|
||||
#define SWSUSP_SIG "S1SUSPEND"
|
||||
|
||||
struct swsusp_header {
|
||||
|
|
Loading…
Reference in a new issue