Rename timer_driver() to _sys_clock_driver_init()

The revised name conforms to Zephyr OS naming conventions.

Change-Id: I5bcdaf1df7da9d8ce5787a08b29ead91dd8f24ce
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-06-16 13:29:45 -04:00 committed by Anas Nashif
commit 1bafa75ef1
11 changed files with 11 additions and 11 deletions

View file

@ -163,7 +163,7 @@ void _timer_int_handler(void *unused)
* @return N/A
*/
void timer_driver(void)
void _sys_clock_driver_init(void)
{
int irq = CONFIG_ARCV2_TIMER0_INT_LVL;
int prio = CONFIG_ARCV2_TIMER0_INT_PRI;