From 92049abb651083b22a5b59fa20112d718f79a358 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 4 Jan 2005 23:30:21 +0000 Subject: 2005-01-04 Joel Sherrill * ppc403/tty_drv/tty_drv.c: Remove warnings. --- c/src/lib/libcpu/powerpc/ChangeLog | 4 ++++ c/src/lib/libcpu/powerpc/ppc403/tty_drv/tty_drv.c | 2 ++ 2 files changed, 6 insertions(+) (limited to 'c') diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog index ac69ca56e5..2dd0d59285 100644 --- a/c/src/lib/libcpu/powerpc/ChangeLog +++ b/c/src/lib/libcpu/powerpc/ChangeLog @@ -1,3 +1,7 @@ +2005-01-04 Joel Sherrill + + * ppc403/tty_drv/tty_drv.c: Remove warnings. + 2005-01-02 Ralf Corsepius * mpc505/Makefile.am, mpc5xx/Makefile.am, mpc6xx/Makefile.am, diff --git a/c/src/lib/libcpu/powerpc/ppc403/tty_drv/tty_drv.c b/c/src/lib/libcpu/powerpc/ppc403/tty_drv/tty_drv.c index 75ccb6fba0..319548d8fc 100644 --- a/c/src/lib/libcpu/powerpc/ppc403/tty_drv/tty_drv.c +++ b/c/src/lib/libcpu/powerpc/ppc403/tty_drv/tty_drv.c @@ -201,6 +201,7 @@ tty0SetAttributes (int minor, const struct termios *t) return 0; } +#ifndef TTY0_USE_INTERRUPT static int tty0PollRead (int minor) { @@ -222,6 +223,7 @@ tty0PollWrite(int minor,const char *buf,int len) } return 0; } +#endif /* ================ Termios support =================*/ -- cgit v1.2.3