From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Tue, 29 Feb 2000 09:09:10 +0000 Subject: Re: Problem compiling 2.3.48 Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sound@vger.kernel.org This is a because of my code-cleanups ... Replace #ifdef MODULE static int timer_installed = -1; #endif with #ifndef EXLUDE_TIMERS static int timer_installed = -1; #endif This will be cleared in my next patch Christoph -- Always remember that you are unique. Just like everyone else.