Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317771
b: refs/heads/master
c: 2ad0f81
h: refs/heads/master
i:
  317769: 136f6f8
  317767: a8c858e
v: v3
  • Loading branch information
Xiao Guangrong authored and Greg Kroah-Hartman committed Jul 9, 2012
1 parent 5cb3e15 commit 0a44afa
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: f64d94f9f7536842a120f6eef4cfd4cfcd516f5e
refs/heads/master: 2ad0f81c588a7a4e0fb685cbd2246b4907401784
4 changes: 2 additions & 2 deletions trunk/drivers/staging/zcache/zcache-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ static void zbud_evict_pages(int nr)
return;
}

static void zbud_init(void)
static void __init zbud_init(void)
{
int i;

Expand Down Expand Up @@ -1985,7 +1985,7 @@ static int __init enable_zcache_compressor(char *s)
__setup("zcache=", enable_zcache_compressor);


static int zcache_comp_init(void)
static int __init zcache_comp_init(void)
{
int ret = 0;

Expand Down

0 comments on commit 0a44afa

Please sign in to comment.