summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ppc403/tty_drv/tty_drv.c
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2008-05-23 01:10:17 +0000
committerTill Straumann <strauman@slac.stanford.edu>2008-05-23 01:10:17 +0000
commit7f5ecbc249f0fc323ff9f879d576095077bd20e5 (patch)
treeb60203ad45ce35c9941a25fc1769ac30f09014c3 /c/src/lib/libcpu/powerpc/ppc403/tty_drv/tty_drv.c
parent2008-05-22 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-7f5ecbc249f0fc323ff9f879d576095077bd20e5.tar.bz2
2008-05-22 Till Straumann <strauman@slac.stanford.edu>
* ppc403/tty_drv/tty_drv.c, ppc403/console/console405.c: ../ictrl/ictrl.h has gone; include ../irq/ictrl.h
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/tty_drv/tty_drv.c2
1 files changed, 1 insertions, 1 deletions
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 0f2c7d88ac..6b6d510f23 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
@@ -15,7 +15,7 @@
#include <assert.h>
#include <rtems.h>
#include <rtems/libio.h>
-#include "../ictrl/ictrl.h"
+#include "../irq/ictrl.h"
#include <stdlib.h> /* for atexit() */
extern uint32_t bsp_serial_per_sec;