remove compiler warnings
This commit is contained in:
parent
1cd0ee66bd
commit
297421e29d
1 changed files with 2 additions and 0 deletions
|
@ -129,7 +129,9 @@ int timer_wait(unsigned int ticks)
|
||||||
*/
|
*/
|
||||||
int timer_init(void)
|
int timer_init(void)
|
||||||
{
|
{
|
||||||
|
#ifndef CONFIG_ROCKCREEK
|
||||||
uint64_t start;
|
uint64_t start;
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Installs 'timer_handler' for the PIC and APIC timer,
|
* Installs 'timer_handler' for the PIC and APIC timer,
|
||||||
|
|
Loading…
Add table
Reference in a new issue