Update of /cvsroot/alsa/alsa-driver/include
In directory sc8-pr-cvs1:/tmp/cvs-serv2593/include

Modified Files:
        config.h.in adriver.h 
Log Message:
Added PDE() check in linux/fs.h

Index: config.h.in
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/include/config.h.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- config.h.in 30 May 2003 12:27:03 -0000      1.22
+++ config.h.in 6 Oct 2003 10:09:33 -0000       1.23
@@ -33,6 +33,7 @@
 #undef CONFIG_HAVE_STRLCPY
 #undef CONFIG_HAVE_SNPRINTF
 #undef CONFIG_HAVE_VMALLOC_TO_PAGE
+#undef CONFIG_HAVE_PDE
 
 /* 2.2 kernels */
 #undef CONFIG_OLD_KILL_FASYNC

Index: adriver.h
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/include/adriver.h,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- adriver.h   30 Sep 2003 08:54:47 -0000      1.58
+++ adriver.h   6 Oct 2003 10:09:33 -0000       1.59
@@ -127,7 +127,7 @@
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 3) && !defined(need_resched)
 #define need_resched() (current->need_resched)
 #endif
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 4) && !defined(WE_ARE_WOLK)
+#ifndef CONFIG_HAVE_PDE
 #include <linux/fs.h>
 static inline struct proc_dir_entry *PDE(const struct inode *inode)
 {



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to