bsps/powerpc: Fix warning

Update #3834.
This commit is contained in:
Sebastian Huber
2020-01-02 07:54:06 +01:00
parent 7c21077db6
commit a3706d4ce1

View File

@@ -242,6 +242,4 @@ void _Clock_Initialize( void )
printk("Unable to initialize system clock\n");
rtems_fatal_error_occurred(1);
}
return RTEMS_SUCCESSFUL;
} /* Clock_initialize */
}