Update of /cvsroot/alsa/alsa-driver/drivers/mpu401 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17068
Modified Files: mpu401.c Log Message: fixed kernel version number in previous fix Index: mpu401.c =================================================================== RCS file: /cvsroot/alsa/alsa-driver/drivers/mpu401/mpu401.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mpu401.c 15 Mar 2004 19:00:41 -0000 1.3 +++ mpu401.c 16 Mar 2004 09:56:27 -0000 1.4 @@ -1,8 +1,8 @@ #include <linux/config.h> #include <linux/version.h> -/* FIXME: correct version? */ -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) +/* 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 ------------------------------------------------------- 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