summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-11 10:25:09 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-11 10:25:09 +0000
commit130a08c394a8057efaaa4922dca7f60140b8f98d (patch)
treeb993ec1e92d7c793d7dc03b61330867b6e59cd9d /c
parentInclude ../../../../libbsp/shared/clockdrv_shell.h instead of ../../../../lib... (diff)
downloadrtems-130a08c394a8057efaaa4922dca7f60140b8f98d.tar.bz2
2008-12-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* at91rm9200/clock/clock.c, lpc22xx/clock/clockdrv.c, mc9328mxl/clock/clockdrv.c, s3c2400/clock/clockdrv.c, s3c24xx/clock/clockdrv.c: Include ../../../../libbsp/shared/clockdrv_shell.h instead of ../../../../libbsp/shared/clockdrv_shell.c.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libcpu/arm/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/arm/ChangeLog b/c/src/lib/libcpu/arm/ChangeLog
index 6c60a2f543..8e446c1ec7 100644
--- a/c/src/lib/libcpu/arm/ChangeLog
+++ b/c/src/lib/libcpu/arm/ChangeLog
@@ -1,5 +1,13 @@
2008-12-11 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * at91rm9200/clock/clock.c, lpc22xx/clock/clockdrv.c,
+ mc9328mxl/clock/clockdrv.c, s3c2400/clock/clockdrv.c,
+ s3c24xx/clock/clockdrv.c:
+ Include ../../../../libbsp/shared/clockdrv_shell.h
+ instead of ../../../../libbsp/shared/clockdrv_shell.c.
+
+2008-12-11 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* lpc22xx/include/lpc22xx.h, mc9328mxl/include/mc9328mxl.h:
#include <stdint.h> instead of <rtems/stdint.h>.
* at91rm9200/dbgu/dbgu.c: Add missing prototype.