summaryrefslogtreecommitdiffstats
path: root/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
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 'c')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog5
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/console/console405.c2
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/tty_drv/tty_drv.c2
3 files changed, 7 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 51eb686f6b..2cd277880f 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,3 +1,8 @@
+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
+
2008-05-16 Joel Sherrill <joel.sherrill@OARcorp.com>
* mpc83xx/include/mpc83xx.h: or is not a good name for any name in
diff --git a/c/src/lib/libcpu/powerpc/ppc403/console/console405.c b/c/src/lib/libcpu/powerpc/ppc403/console/console405.c
index 8cf176a6cb..ad16177298 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/console/console405.c
+++ b/c/src/lib/libcpu/powerpc/ppc403/console/console405.c
@@ -56,7 +56,7 @@
#include <rtems.h>
#include <rtems/libio.h>
-#include "../ictrl/ictrl.h"
+#include "../irq/ictrl.h"
#include <stdlib.h> /* for atexit() */
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;