linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next commit "ARM: dma-mapping: move all dma bounce code to separate dma ops structure"
@ 2012-05-14 23:47 Paul Gortmaker
  0 siblings, 0 replies; only message in thread
From: Paul Gortmaker @ 2012-05-14 23:47 UTC (permalink / raw)
  To: m.szyprowski
  Cc: kyungmin.park, subash.ramaswamy,
	linux-arm-kernel@lists.infradead.org, linux-next@vger.kernel.org

Hi Marek,

Can you have a re-visit to this commit?

commit 3c7c51817e8666aa507104d1ae624c5113ecbe01
Author: Marek Szyprowski <m.szyprowski@samsung.com>
Date:   Fri Feb 10 19:55:20 2012 +0100

    ARM: dma-mapping: move all dma bounce code to separate dma ops structure

It seems some builds were still relying on the old behaviour,
as git bisect on one of the fails led to the above commit.

Here is the failure:

arch/arm/common/dmabounce.c:459:12: error: 'generic_dma_map_sg' undeclared here (not in a function)
arch/arm/common/dmabounce.c:460:14: error: 'generic_dma_unmap_sg' undeclared here (not in a function)
arch/arm/common/dmabounce.c:461:21: error: 'generic_dma_sync_sg_for_cpu' undeclared here (not in a function)
arch/arm/common/dmabounce.c:462:24: error: 'generic_dma_sync_sg_for_device' undeclared here (not in a function)
make[2]: *** [arch/arm/common/dmabounce.o] Error 1

It happens on several ARM in-tree defconfig files, such as these.

http://kisskb.ellerman.id.au/kisskb/buildresult/6320182/

http://kisskb.ellerman.id.au/kisskb/buildresult/6320161/

http://kisskb.ellerman.id.au/kisskb/buildresult/6294024/

http://kisskb.ellerman.id.au/kisskb/buildresult/6320159/

Thanks,
Paul.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-14 23:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-14 23:47 linux-next commit "ARM: dma-mapping: move all dma bounce code to separate dma ops structure" Paul Gortmaker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).