tile,mn10300: add device parameter to dma_cache_sync()
authorJames Hogan <james.hogan@imgtec.com>
Mon, 4 Apr 2011 15:21:47 +0000 (16:21 +0100)
committerChris Metcalf <cmetcalf@tilera.com>
Wed, 4 May 2011 18:41:36 +0000 (14:41 -0400)
commitef0aaf873ebadd7576f4fb2085ec4557a9df8bf5
tree5915716fb8aaacb0226b18df9ea49a22258d30e4
parentaaeb012fe4700cb808562c2daf7ccc464e7f18cf
tile,mn10300: add device parameter to dma_cache_sync()

Since v2.6.20 "Pass struct dev pointer to dma_cache_sync()"
(d3fa72e4556ec1f04e46a0d561d9e785ecaa173d), dma_cache_sync() takes a
struct dev pointer, but these appear to be missing from the tile and
mn10300 implementations, so add them.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
[cmetcalf@tilera.com: took only the "tile" portion as I don't maintain mn10300]
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/include/asm/dma-mapping.h
arch/tile/kernel/pci-dma.c