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

Modified Files:
        memory_wrapper.c 
Log Message:
fixed the compilation of 2.2 kernel without PCI support.



Index: memory_wrapper.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/acore/memory_wrapper.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- memory_wrapper.c    29 Jun 2003 14:56:18 -0000      1.8
+++ memory_wrapper.c    10 Oct 2003 15:29:26 -0000      1.9
@@ -13,8 +13,10 @@
 #include <linux/mm.h>
 
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 4, 0)
+#ifdef CONFIG_PCI
 #include <sound/memalloc.h>
 #include "pci_compat_22.c"
+#endif
 #endif
 
 /* vmalloc_to_page wrapper */



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to