2005-01-04 Joel Sherrill <joel@OARcorp.com>

* ppc403/tty_drv/tty_drv.c: Remove warnings.
This commit is contained in:
Joel Sherrill
2005-01-04 23:30:21 +00:00
parent ab9004362d
commit 92049abb65
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2005-01-04 Joel Sherrill <joel@OARcorp.com>
* ppc403/tty_drv/tty_drv.c: Remove warnings.
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* mpc505/Makefile.am, mpc5xx/Makefile.am, mpc6xx/Makefile.am,

View File

@@ -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 =================*/