vserver 1.9.5.x5
[linux-2.6.git] / include / asm-sh / machvec.h
index 8a2e3dc..5771f4b 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);
-       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;