Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205747
b: refs/heads/master
c: 8946a08
h: refs/heads/master
i:
  205745: 2c582d1
  205743: 030d38d
v: v3
  • Loading branch information
Randy Dunlap authored and Greg Kroah-Hartman committed Jun 24, 2010
1 parent 04753e3 commit 96a0c92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4722a26cc61983295ad8e7a552999ec847aa0abd
refs/heads/master: 8946a0864848fdbc6544b9e1e6cb81b7cb93026b
1 change: 1 addition & 0 deletions trunk/drivers/staging/zram/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
config ZRAM
tristate "Compressed RAM block device support"
depends on BLOCK
select LZO_COMPRESS
select LZO_DECOMPRESS
default n
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/staging/zram/zram_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/bio.h>
#include <linux/bitops.h>
#include <linux/blkdev.h>
#include <linux/buffer_head.h>
Expand Down

0 comments on commit 96a0c92

Please sign in to comment.