diff options
Diffstat (limited to 'kernel/power')
-rw-r--r-- | kernel/power/user.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/power/user.c b/kernel/power/user.c index 4f217683455f..b70d83d6b16e 100644 --- a/kernel/power/user.c +++ b/kernel/power/user.c | |||
@@ -122,7 +122,7 @@ static ssize_t snapshot_write(struct file *filp, const char __user *buf, | |||
122 | return res; | 122 | return res; |
123 | } | 123 | } |
124 | 124 | ||
125 | static inline int snapshot_suspend(void) | 125 | static int snapshot_suspend(void) |
126 | { | 126 | { |
127 | int error; | 127 | int error; |
128 | 128 | ||
@@ -151,7 +151,7 @@ static inline int snapshot_suspend(void) | |||
151 | return error; | 151 | return error; |
152 | } | 152 | } |
153 | 153 | ||
154 | static inline int snapshot_restore(void) | 154 | static int snapshot_restore(void) |
155 | { | 155 | { |
156 | int error; | 156 | int error; |
157 | 157 | ||