compile problem in 2.3.48 (ad1848.c)

From: moyer@mclinux.com
Date: Wed Mar 01 2000 - 08:30:38 EST


==> Regarding compile problem in 2.3.48 (ad1848.c); Mike Coleman <mkc@kc.net> adds:

mkc> I am unable to compile 2.3.48 as is. I get an error while compiling
mkc> ad1848.c (I have a GUS MAX).

mkc> The problem seems to be this code

>> ifdef MODULE

mkc> static int timer_installed = -1;

>> endif

   I think this should be changed to:

#ifndef EXCLUDE_TIMERS
        static int timer_installed = -1;
#endif

Warmest Regards,

Jeff Moyer
Mission Critical Linux
http://www.missioncriticallinux.com

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Mar 07 2000 - 21:00:09 EST