From: Guennadi Liakhovetski Date: Fri, 8 Feb 2008 23:00:47 +0000 (-0800) Subject: lib/scatterlist.o needed by a module only - link it in unconditionally X-Git-Tag: v2.6.25-rc1~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4600ecfcf3ad160ac0c6fcff6115f6edb081ccfa;p=pandora-kernel.git lib/scatterlist.o needed by a module only - link it in unconditionally lib/scatterlist.c is needed by drivers/media/video/videobuf-dma-sg.c, and we would like to be able to use the latter without PCI too, for example, on PXA270 ARM CPU. It is then possible to create a configuration with CONFIG_BLOCK=n, where only module code will need scatterlist.c. Therefore it must be in obj-y. Signed-off-by: Guennadi Liakhovetski Acked-by: Jens Axboe Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed