From: WANG Cong Date: Wed, 24 Oct 2007 11:07:11 +0000 (+0200) Subject: arch/um/drivers/ubd_kern.c: fix a building error X-Git-Tag: v2.6.24-rc2~141^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23464ffa47689e46985fb10ae9e34bbc9e83f387;p=pandora-kernel.git arch/um/drivers/ubd_kern.c: fix a building error Fix this uml building error: arch/um/drivers/ubd_kern.c: In function 'do_ubd_request': arch/um/drivers/ubd_kern.c:1118: error: implicit declaration of function 'sg_page' arch/um/drivers/ubd_kern.c:1118: warning: passing argument 6 of 'prepare_request' makes pointer from integer without a cast make[1]: *** [arch/um/drivers/ubd_kern.o] Error 1 make: *** [arch/um/drivers] Error 2 Signed-off-by: WANG Cong Add sg_init_table() call as well. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed