Update of /cvsroot/alsa/alsa-driver/acore
In directory sc8-pr-cvs1:/tmp/cvs-serv11829/acore

Modified Files:
        memory_wrapper.c 
Log Message:
include linux/highmem.h.
added the check of the header file to configure.



Index: memory_wrapper.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/acore/memory_wrapper.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- memory_wrapper.c    8 Mar 2003 13:38:28 -0000       1.5
+++ memory_wrapper.c    12 Mar 2003 18:36:25 -0000      1.6
@@ -20,6 +20,7 @@
 
 /* vmalloc_to_page wrapper */
 #ifndef CONFIG_HAVE_VMALLOC_TO_PAGE
+#include <linux/highmem.h>
 struct page *snd_compat_vmalloc_to_page(void *pageptr)
 {
        pgd_t *pgd;



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to