2.6.0-test1: kernel image compile ok, but modules compile failed

From: Xiaoji Liu (xiaoji14@yahoo.com)
Date: Tue Jul 22 2003 - 13:48:42 EST


Hello,

when i compile kernel 2.6.0-test1
It gave 'parse error' message when compiling file
drivers/mtd/devices/blkmtd.c
(around line 700)

I opened the source file and saw this:

static int blkmtd_write(struct mtd_info *mtd, loff_t
to, size_t len,
size_t *retlen, const u_char *buf)
{
mtd_raw_dev_data_t *rawdevice = mtd->priv;
int err = 0;
int offset;
int pagenr;
size_t len1 = 0, len2 = 0, len3 = 0;
struct page **pages;
int pagecnt = 0;
char b[BDEVNAME_SIZE];
21 e3
*retlen = 0;
DEBUG(2, "blkmtd: write: dev = `%s' to = %ld len = %d
buf = %p\n",
bdevname(rawdevice->binding, b), (long int)to, len,
buf);

/* handle readonly and out of range numbers */

Notice there is a line : 21 e3

please give some suggestion
THX

__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Jul 23 2003 - 22:00:47 EST