remove compiler warnings

This commit is contained in:
Stefan Lankes 2011-08-26 03:10:40 -07:00
parent 1cd0ee66bd
commit 297421e29d

View file

@ -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,