direct-io.hg
changeset 7825:3d89876eb4d4
Add function declarations, and ensure we prevent mismatch
of function definition vs. declaration.
Signed-off-by: Vincent Hanquez <vincent@xensource.com>
of function definition vs. declaration.
Signed-off-by: Vincent Hanquez <vincent@xensource.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Wed Nov 16 11:28:12 2005 +0100 (2005-11-16) |
parents | e1142d983179 |
children | 9bf6f907b3ff |
files | linux-2.6-xen-sparse/arch/xen/kernel/xen_proc.c |
line diff
1.1 --- a/linux-2.6-xen-sparse/arch/xen/kernel/xen_proc.c Wed Nov 16 11:27:19 2005 +0100 1.2 +++ b/linux-2.6-xen-sparse/arch/xen/kernel/xen_proc.c Wed Nov 16 11:28:12 2005 +0100 1.3 @@ -1,6 +1,7 @@ 1.4 1.5 #include <linux/config.h> 1.6 #include <linux/proc_fs.h> 1.7 +#include <asm-xen/xen_proc.h> 1.8 1.9 static struct proc_dir_entry *xen_base; 1.10