From: Randy Dunlap Date: Thu, 24 Jun 2010 03:27:09 +0000 (-0700) Subject: Staging: zram: fix build errors, depends on BLOCK X-Git-Tag: v2.6.36-rc1~520^2~1^2~319 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8946a0864848fdbc6544b9e1e6cb81b7cb93026b;p=pandora-kernel.git 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 Cc: Nitin Gupta Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed