doc: Added group definitions for most common modules.
[bertos.git] / bertos / drv / timer.c
index dfc27aefb53ccee74c8edaa141052e0b98010ee5..e8508e047f18d3f767632eaf3809cd3bf5786ec0 100644 (file)
@@ -52,7 +52,7 @@
 #include <cpu/irq.h>
 #include <cpu/power.h> // cpu_relax()
 
-#include <kern/preempt.h> // proc_decQuantun()
+#include <kern/proc_p.h> // proc_decQuantun()
 
 /*
  * Include platform-specific binding code if we're hosted.
@@ -357,7 +357,7 @@ DEFINE_TIMER_ISR
 
        /* Perform hw IRQ handling */
        timer_hw_irq();
-       
+
        TIMER_STROBE_OFF;
 }