defconfig compile errors due to the tty changes

From: Adrian Bunk
Date: Wed Jan 18 2006 - 19:56:30 EST


Hi Alan,

it seems the following defconfig compile errors [1] are caused by your
tty changes:


m68knommu:

<-- snip -->

...
/usr/src/ctest/git/kernel/drivers/serial/mcfserial.c: In function `receive_chars':
/usr/src/ctest/git/kernel/drivers/serial/mcfserial.c:354: error: structure has no member named `flip'
make[3]: *** [drivers/serial/mcfserial.o] Error 1

<-- snip -->


v850:

<-- snip -->

...
CC arch/v850/kernel/simcons.o
/usr/src/ctest/git/kernel/arch/v850/kernel/simcons.c: In function `simcons_poll_tty':
/usr/src/ctest/git/kernel/arch/v850/kernel/simcons.c:127: error: structure has no member named `flip'
/usr/src/ctest/git/kernel/arch/v850/kernel/simcons.c:130: error: structure has no member named `flip'
/usr/src/ctest/git/kernel/arch/v850/kernel/simcons.c:134: error: structure has no member named `flip'
/usr/src/ctest/git/kernel/arch/v850/kernel/simcons.c:135: error: structure has no member named `flip'
/usr/src/ctest/git/kernel/arch/v850/kernel/simcons.c:136: error: structure has no member named `flip'
/usr/src/ctest/git/kernel/arch/v850/kernel/simcons.c:137: error: structure has no member named `flip'
make[2]: *** [arch/v850/kernel/simcons.o] Error 1

<-- snip -->


xtensa:

<-- snip -->

...
CC arch/xtensa/platform-iss/console.o
/usr/src/ctest/git/kernel/arch/xtensa/platform-iss/console.c: In function `rs_poll':
/usr/src/ctest/git/kernel/arch/xtensa/platform-iss/console.c:131: error: structure has no member named `flip'
/usr/src/ctest/git/kernel/arch/xtensa/platform-iss/console.c:132: error: structure has no member named `flip'
/usr/src/ctest/git/kernel/arch/xtensa/platform-iss/console.c:133: error: structure has no member named `flip'
make[2]: *** [arch/xtensa/platform-iss/console.o] Error 1

<-- snip -->


Can you fix them?


TIA
Adrian

[1] http://l4x.org/k/

--

"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed

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