Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83132
b: refs/heads/master
c: 47a460d
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Feb 5, 2008
1 parent 7371808 commit 5b10448
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: cbed6c6e0f7a52859fd0207ef3ffcf4bfffdbf95
refs/heads/master: 47a460d5a307e639d6c9cdf9bb4857e2f5f3cb76
4 changes: 2 additions & 2 deletions trunk/kernel/power/disk.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


static int noresume = 0;
char resume_file[256] = CONFIG_PM_STD_PARTITION;
static char resume_file[256] = CONFIG_PM_STD_PARTITION;
dev_t swsusp_resume_device;
sector_t swsusp_resume_block;

Expand Down Expand Up @@ -185,7 +185,7 @@ static void platform_restore_cleanup(int platform_mode)
* reappears in this routine after a restore.
*/

int create_image(int platform_mode)
static int create_image(int platform_mode)
{
int error;

Expand Down

0 comments on commit 5b10448

Please sign in to comment.