summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/tqm8xx/clock/p_clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/tqm8xx/clock/p_clock.c')
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/clock/p_clock.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/clock/p_clock.c b/c/src/lib/libbsp/powerpc/tqm8xx/clock/p_clock.c
index 2ea9f45f86..4ee201a3b2 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/clock/p_clock.c
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/clock/p_clock.c
@@ -28,15 +28,6 @@ static void BSP_clock_hdl(void * arg)
Clock_isr(arg);
}
-static int BSP_get_clock_irq_level(void)
-{
- /*
- * Caution : if you change this, you must change the
- * definition of BSP_PERIODIC_TIMER accordingly
- */
- return 6;
-}
-
int BSP_disconnect_clock_handler (void)
{
rtems_status_code sc;