Update of /cvsroot/alsa/alsa-driver/drivers/mpu401
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv680/alsa-driver/drivers/mpu401

Modified Files:
        mpu401.c 
Log Message:
don't use acpi_disabled because it isn't exported in all archs

Index: mpu401.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/drivers/mpu401/mpu401.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mpu401.c    16 Mar 2004 09:56:27 -0000      1.4
+++ mpu401.c    16 Mar 2004 11:16:29 -0000      1.5
@@ -1,12 +1,5 @@
 #include <linux/config.h>
 #include <linux/version.h>
 
-/* earlier kernels didn't export this variable */
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,22)
-#ifdef CONFIG_ACPI_BUS
-static int acpi_disabled; /* dummy */
-#endif
-#endif
-
 #include "../../alsa-kernel/drivers/mpu401/mpu401.c"
 EXPORT_NO_SYMBOLS;



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to