Date: | 2010-06-24 05:27:09 (13 years 5 months ago) |
---|---|
Author: | Randy Dunlap |
Commit: | 61aa60768171183a62553d5b492221605adeb300 |
Message: | Staging: zram: fix build errors, depends on BLOCK Fix 49 zram build errors in one swoop. Examples: drivers/staging/zram/zram_drv.c:225: error: dereferencing pointer to incomplete type drivers/staging/zram/zram_drv.c:226: error: implicit declaration of function 'bio_for_each_segment' drivers/staging/zram/zram_drv.c:226: error: expected ';' before '{' token drivers/staging/zram/zram_drv.c:281: error: implicit declaration of function 'bio_endio' drivers/staging/zram/zram_drv.c:285: error: implicit declaration of function 'bio_io_error' drivers/staging/zram/zram_drv.c:545: error: implicit declaration of function 'set_capacity' drivers/staging/zram/zram_drv.c:548: error: implicit declaration of function 'queue_flag_set_unlocked' drivers/staging/zram/zram_drv.c:548: error: 'QUEUE_FLAG_NONROT' undeclared (first use in this function) drivers/staging/zram/zram_drv.c:548: error: dereferencing pointer to incomplete type Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: Nitin Gupta <ngupta@vflare.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> |
Files: |
drivers/staging/zram/Kconfig (1 diff) drivers/staging/zram/zram_drv.c (1 diff) |
Change Details
drivers/staging/zram/Kconfig | ||
---|---|---|
1 | 1 | config ZRAM |
2 | 2 | tristate "Compressed RAM block device support" |
3 | depends on BLOCK | |
3 | 4 | select LZO_COMPRESS |
4 | 5 | select LZO_DECOMPRESS |
5 | 6 | default n |
drivers/staging/zram/zram_drv.c | ||
---|---|---|
17 | 17 | |
18 | 18 | #include <linux/module.h> |
19 | 19 | #include <linux/kernel.h> |
20 | #include <linux/bio.h> | |
20 | 21 | #include <linux/bitops.h> |
21 | 22 | #include <linux/blkdev.h> |
22 | 23 | #include <linux/buffer_head.h> |
Branches:
ben-wpan
ben-wpan-stefan
5396a9238205f20f811ea57898980d3ca82df0b6
jz-2.6.34
jz-2.6.34-rc5
jz-2.6.34-rc6
jz-2.6.34-rc7
jz-2.6.35
jz-2.6.36
jz-2.6.37
jz-2.6.38
jz-2.6.39
jz-3.0
jz-3.1
jz-3.11
jz-3.12
jz-3.13
jz-3.15
jz-3.16
jz-3.18-dt
jz-3.2
jz-3.3
jz-3.4
jz-3.5
jz-3.6
jz-3.6-rc2-pwm
jz-3.9
jz-3.9-clk
jz-3.9-rc8
jz47xx
jz47xx-2.6.38
master
Tags:
od-2011-09-04
od-2011-09-18
v2.6.34-rc5
v2.6.34-rc6
v2.6.34-rc7
v3.9