Re: [PATCH] lib/scatterlist.o needed by a module only - link it in unconditionally

2008-02-08 Thread Andrew Morton
On Fri, 8 Feb 2008 21:46:11 +0100 Jens Axboe <[EMAIL PROTECTED]> wrote: > On Fri, Feb 08 2008, Guennadi Liakhovetski wrote: > > 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

Re: [PATCH] lib/scatterlist.o needed by a module only - link it in unconditionally

2008-02-08 Thread Jens Axboe
On Fri, Feb 08 2008, Guennadi Liakhovetski wrote: > 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

[PATCH] lib/scatterlist.o needed by a module only - link it in unconditionally

2008-02-08 Thread Guennadi Liakhovetski
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 m