X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-sh%2Fmachvec.h;h=5771f4baa47871fdd4623e20a631ed1ff076e3c2;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=8a2e3dcd17792ce58e56c4a319ae179de977cce9;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-sh/machvec.h b/include/asm-sh/machvec.h index 8a2e3dcd1..5771f4baa 100644 --- a/include/asm-sh/machvec.h +++ b/include/asm-sh/machvec.h @@ -65,7 +65,7 @@ struct sh_machine_vector void (*mv_heartbeat)(void); void *(*mv_consistent_alloc)(struct device *, size_t, dma_addr_t *, int); - void (*mv_consistent_free)(struct device *, size_t, void *, dma_addr_t); + int (*mv_consistent_free)(struct device *, size_t, void *, dma_addr_t); }; extern struct sh_machine_vector sh_mv;