summaryrefslogtreecommitdiffstats
path: root/bsps/m68k/csb360/dev/ckinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/m68k/csb360/dev/ckinit.c')
-rw-r--r--bsps/m68k/csb360/dev/ckinit.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/bsps/m68k/csb360/dev/ckinit.c b/bsps/m68k/csb360/dev/ckinit.c
index 839a2748ef..ef0e891cf2 100644
--- a/bsps/m68k/csb360/dev/ckinit.c
+++ b/bsps/m68k/csb360/dev/ckinit.c
@@ -112,14 +112,7 @@ Install_clock(rtems_isr_entry clock_isr)
atexit(Clock_exit);
}
-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;
}