summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/simsh4/clock/ckinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sh/simsh4/clock/ckinit.c')
-rw-r--r--c/src/lib/libbsp/sh/simsh4/clock/ckinit.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/sh/simsh4/clock/ckinit.c b/c/src/lib/libbsp/sh/simsh4/clock/ckinit.c
index c434f6892e..1d4b23e661 100644
--- a/c/src/lib/libbsp/sh/simsh4/clock/ckinit.c
+++ b/c/src/lib/libbsp/sh/simsh4/clock/ckinit.c
@@ -25,7 +25,6 @@
*/
volatile uint32_t Clock_driver_ticks;
-
/*
* These are set by clock driver during its init
*/
@@ -63,7 +62,6 @@ Clock_isr (rtems_vector_number vector)
rtems_clock_tick();
}
-
/* Clock_exit --
* This shuts down the timer if it was enabled and removes it
* from the interrupt mask.
@@ -84,7 +82,6 @@ Clock_exit(void)
}
}
-
/* Install_clock --
* This initialises timer1 with the BSP timeslice config value
* as a reference and sets up the interrupt handler for clock ticks.
@@ -117,7 +114,6 @@ Install_clock(rtems_isr_entry clock_isr)
}
}
-
/* Clock_initialize --
* This is called to setup the clock driver. It calls the hardware
* setup function and make the driver major/minor values available
@@ -145,7 +141,6 @@ Clock_initialize(rtems_device_major_number major,
return RTEMS_SUCCESSFUL;
}
-
/* Clock_control --
* I/O control (IOCTL) function for Clock driver. At this moment this
* just runs the interrupt handler or re-registers the interrupt handler