summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/arm/mc9328mxl/clock/clockdrv.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-11 10:24:49 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-11 10:24:49 +0000
commit052534c2b020b8073480a8a31895d6868e6ab620 (patch)
tree01b6fa9fb7a946e83271cc8eae6747ce9e77cf87 /c/src/lib/libcpu/arm/mc9328mxl/clock/clockdrv.c
parent2008-12-11 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-052534c2b020b8073480a8a31895d6868e6ab620.tar.bz2
Include ../../../../libbsp/shared/clockdrv_shell.h instead of ../../../../libbsp/shared/clockdrv_shell.c.
Diffstat (limited to 'c/src/lib/libcpu/arm/mc9328mxl/clock/clockdrv.c')
-rw-r--r--c/src/lib/libcpu/arm/mc9328mxl/clock/clockdrv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/arm/mc9328mxl/clock/clockdrv.c b/c/src/lib/libcpu/arm/mc9328mxl/clock/clockdrv.c
index f89463dade..d54cf74543 100644
--- a/c/src/lib/libcpu/arm/mc9328mxl/clock/clockdrv.c
+++ b/c/src/lib/libcpu/arm/mc9328mxl/clock/clockdrv.c
@@ -21,7 +21,7 @@
#include <mc9328mxl.h>
#include <rtems/bspIo.h> /* for printk */
-/* this is defined in ../../../shared/clockdrv_shell.c */
+/* this is defined in ../../../shared/clockdrv_shell.h */
rtems_isr Clock_isr(rtems_vector_number vector);
static void clock_isr_on(const rtems_irq_connect_data *unused);
static void clock_isr_off(const rtems_irq_connect_data *unused);
@@ -145,4 +145,4 @@ static int clock_isr_is_on(const rtems_irq_connect_data *irq)
/* Make sure to include this, and only at the end of the file */
-#include "../../../../libbsp/shared/clockdrv_shell.c"
+#include "../../../../libbsp/shared/clockdrv_shell.h"