ia64/xen-unstable
changeset 2360:7479be6635eb
bitkeeper revision 1.1159.53.6 (412f02a2L7sRmDm5FXr063kbMCR24Q)
Include asm/pgalloc.h for direct_remap_area_pages.
Include asm/pgalloc.h for direct_remap_area_pages.
author | cl349@freefall.cl.cam.ac.uk |
---|---|
date | Fri Aug 27 09:45:06 2004 +0000 (2004-08-27) |
parents | 0c5ea7a9e5ad |
children | d1c52efc1bcd |
files | linux-2.6.8.1-xen-sparse/drivers/char/mem.c |
line diff
1.1 --- a/linux-2.6.8.1-xen-sparse/drivers/char/mem.c Fri Aug 27 07:52:29 2004 +0000 1.2 +++ b/linux-2.6.8.1-xen-sparse/drivers/char/mem.c Fri Aug 27 09:45:06 2004 +0000 1.3 @@ -40,6 +40,7 @@ 1.4 1.5 #include <asm/uaccess.h> 1.6 #include <asm/io.h> 1.7 +#include <asm/pgalloc.h> 1.8 1.9 #ifdef CONFIG_IA64 1.10 # include <linux/efi.h>