Remove i386 conditional.

This commit is contained in:
Eric Norum
2005-10-26 17:30:34 +00:00
parent 1335ed7a03
commit e1d3513753
2 changed files with 6 additions and 5 deletions

View File

@@ -4,11 +4,6 @@
#include <rtems.h>
/* HACK */
#if defined(__i386__)
#include <tty_drv.h>
#endif
/* functions */
extern rtems_task Init(rtems_task_argument argument);