lkml.org 
[lkml]   [2001]   [Jan]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: 2.4.0-pre compile err (pcxx)
Date
From
> when i make bzimage with the pc/xx driver configured as a module, it
> compiles ok. configuring it as built-in gives the following error:

Im amazed it built as a module - thats why I missed the error

> pcxx.c:1826: `mseconds' undeclared (first use in this function)
> pcxx.c:1826: (Each undeclared identifier is reported only once


--- drivers/char/pcxx.c~ Sat Dec 30 01:07:21 2000
+++ drivers/char/pcxx.c Mon Jan 1 17:12:05 2001
@@ -1823,7 +1823,7 @@
*/
static void pcxxdelay(int msec)
{
- mdelay(mseconds);
+ mdelay(msec);
}


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 12:52    [W:0.059 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site