patch-2.4.6 linux/include/asm-arm/io.h

Next file: linux/include/asm-arm/linux_logo.h
Previous file: linux/include/asm-arm/bitops.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.5/linux/include/asm-arm/io.h linux/include/asm-arm/io.h
@@ -119,7 +119,7 @@
  * is in pci.h
  */
 extern void *consistent_alloc(int gfp, size_t size, dma_addr_t *handle);
-extern void consistent_free(void *vaddr);
+extern void consistent_free(void *vaddr, size_t size, dma_addr_t handle);
 extern void consistent_sync(void *vaddr, size_t size, int rw);
 
 #define __raw_writeb(v,a)		__arch_putb(v,a)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)