Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47425
b: refs/heads/master
c: d12c610
h: refs/heads/master
i:
  47423: 6499b36
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Feb 11, 2007
1 parent 870a8cf commit 0cd45a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 259130526c267550bc365d3015917d90667732f1
refs/heads/master: d12c610e08022a1b84d6bd4412c189214d32e713
4 changes: 2 additions & 2 deletions trunk/kernel/power/user.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit 0cd45a7

Please sign in to comment.