linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* defconfig compile errors due to the tty changes
@ 2006-01-19  0:57 Adrian Bunk
  2006-01-19  1:19 ` Alan Cox
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2006-01-19  0:57 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: defconfig compile errors due to the tty changes
  2006-01-19  0:57 defconfig compile errors due to the tty changes Adrian Bunk
@ 2006-01-19  1:19 ` Alan Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Cox @ 2006-01-19  1:19 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: linux-kernel

On Iau, 2006-01-19 at 01:57 +0100, Adrian Bunk wrote:
> Hi Alan,
> 
> it seems the following defconfig compile errors [1] are caused by your 
> tty changes:
> Can you fix them?

Done will post in the morning




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-01-19  1:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-19  0:57 defconfig compile errors due to the tty changes Adrian Bunk
2006-01-19  1:19 ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).