forked from Minki/linux
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
@ -28,8 +28,6 @@
|
||||
|
||||
#include "power.h"
|
||||
|
||||
extern char resume_file[];
|
||||
|
||||
#define SWSUSP_SIG "S1SUSPEND"
|
||||
|
||||
struct swsusp_header {
|
||||
|
Loading…
Reference in New Issue
Block a user