summaryrefslogtreecommitdiffstats
path: root/bsps/sh/gensh2/clock/ckinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sh/gensh2/clock/ckinit.c')
-rw-r--r--bsps/sh/gensh2/clock/ckinit.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/bsps/sh/gensh2/clock/ckinit.c b/bsps/sh/gensh2/clock/ckinit.c
index 30a2e218ed..7b5c789e91 100644
--- a/bsps/sh/gensh2/clock/ckinit.c
+++ b/bsps/sh/gensh2/clock/ckinit.c
@@ -228,18 +228,7 @@ void Clock_exit( void )
/* old vector shall not be installed */
}
-/*
- * Clock_initialize
- *
- * Device driver entry point for clock tick driver initialization.
- */
-rtems_device_driver Clock_initialize(
- rtems_device_major_number major,
- rtems_device_minor_number minor,
- void *pargp
-)
+void _Clock_Initialize( void )
{
Install_clock( Clock_isr );
-
- return RTEMS_SUCCESSFUL;
}