This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-sh / machvec.h
index 5771f4b..8a2e3dc 100644 (file)
@@ -65,7 +65,7 @@ struct sh_machine_vector
        void (*mv_heartbeat)(void);
 
        void *(*mv_consistent_alloc)(struct device *, size_t, dma_addr_t *, int);
-       int (*mv_consistent_free)(struct device *, size_t, void *, dma_addr_t);
+       void (*mv_consistent_free)(struct device *, size_t, void *, dma_addr_t);
 };
 
 extern struct sh_machine_vector sh_mv;