Re: 2.6.13-mm3

From: Sonny Rao
Date: Mon Sep 12 2005 - 14:45:07 EST


I'm getting some build errors on ppc64 in drivers/char/hvc_console.c


CC drivers/char/hvc_console.o
drivers/char/hvc_console.c: In function `hvc_poll':
drivers/char/hvc_console.c:600: error: `count' undeclared (first use in this function)
drivers/char/hvc_console.c:600: error: (Each undeclared identifier is reported only once
drivers/char/hvc_console.c:600: error: for each function it appears in.)
drivers/char/hvc_console.c:636: error: structure has no member named `flip'
make[1]: *** [drivers/char/hvc_console.o] Error 1
make: *** [_module_drivers/char] Error 2

The count undeclared one was easy to fix but I coldn't fix the filp
structure element in 2-3 minutes so I'm punting.

Anyone have a patch to fix this driver?

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