Re: [PATCH] Char: remove unneded termbits redefinitions

From: Andrew Morton
Date: Fri Oct 06 2006 - 21:18:37 EST


On Wed, 4 Oct 2006 18:49:01 +0200 (CEST)
Jiri Slaby <jirislaby@xxxxxxxxx> wrote:

> Char, remove unneded termbits redefinitions
>
> No need to redefine termbits in char tree.

drivers/char/ip2/ip2main.c:2498: error: 'B153600' undeclared (first use in this function)
drivers/char/ip2/ip2main.c:2498: error: (Each undeclared identifier is reported only once
drivers/char/ip2/ip2main.c:2498: error: for each function it appears in.)
drivers/char/ip2/ip2main.c:2500: error: 'B307200' undeclared (first use in this function)

Unless you're a sparc user, methinks you didn't compile this one.

I suppose an appropriate fix would be to move the B153600 and B307200
definitions into include/asm-*/termbits.h (those which don't already have it).
But that's just a guess.

-
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/