summaryrefslogtreecommitdiffstats
path: root/bsps/m68k/mvme162/clock/ckinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/m68k/mvme162/clock/ckinit.c')
-rw-r--r--bsps/m68k/mvme162/clock/ckinit.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/bsps/m68k/mvme162/clock/ckinit.c b/bsps/m68k/mvme162/clock/ckinit.c
index 5412c16d7d..f22359ffd3 100644
--- a/bsps/m68k/mvme162/clock/ckinit.c
+++ b/bsps/m68k/mvme162/clock/ckinit.c
@@ -77,13 +77,7 @@ void Clock_exit( void )
/* Dummy for now. See other m68k BSP's for code examples */
}
-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;
}