summaryrefslogtreecommitdiff
path: root/include/asm-sh
diff options
context:
space:
mode:
authorMagnus Damm <magnus.damm@gmail.com>2008-01-24 09:45:45 (GMT)
committerPaul Mundt <lethal@linux-sh.org>2008-01-28 04:19:04 (GMT)
commitd4dca67bc2fd6caa4df3db28b6424841b95fde88 (patch)
tree1cb5d464212eb7c9d24145ea59a4e92c88abf32f /include/asm-sh
parenta724605cb7a66d423a494a395f9a8ba871b8a1eb (diff)
downloadlinux-fsl-qoriq-d4dca67bc2fd6caa4df3db28b6424841b95fde88.tar.xz
sh: remove consistent alloc stuff from the machine vector
Now with the voyagergx cruft gone and the dreamcast using declared coherent memory for pci there are no users of the consistent alloc and free functions pointers in the machine vector. So this little patch simply removes these function pointers from the macvec. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh')
-rw-r--r--include/asm-sh/machvec.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-sh/machvec.h b/include/asm-sh/machvec.h
index 088698b..ddb18ad 100644
--- a/include/asm-sh/machvec.h
+++ b/include/asm-sh/machvec.h
@@ -56,9 +56,6 @@ struct sh_machine_vector {
void (*mv_heartbeat)(void);
- void *(*mv_consistent_alloc)(struct device *, size_t, dma_addr_t *, gfp_t);
- int (*mv_consistent_free)(struct device *, size_t, void *, dma_addr_t);
-
void __iomem *(*mv_ioport_map)(unsigned long port, unsigned int size);
void (*mv_ioport_unmap)(void __iomem *);
};