aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/power/user.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/power/user.c b/kernel/power/user.c
index 4f217683455..b70d83d6b16 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,
return res;
}
-static inline int snapshot_suspend(void)
+static int snapshot_suspend(void)
{
int error;
@@ -151,7 +151,7 @@ static inline int snapshot_suspend(void)
return error;
}
-static inline int snapshot_restore(void)
+static int snapshot_restore(void)
{
int error;