[PATCH-rt]: Add missing headers to clocksource.h

From: Deepak Saxena
Date: Thu Jun 01 2006 - 19:14:11 EST



rt26 won't compile w/o this if GENERIC_TIME is set.

Index: linux-2.6-rt/kernel/time/clockevents.c
===================================================================
--- linux-2.6-rt.orig/kernel/time/clockevents.c
+++ linux-2.6-rt/kernel/time/clockevents.c
@@ -23,10 +23,12 @@

#include <linux/clockchips.h>
#include <linux/cpu.h>
+#include <linux/irq.h>
#include <linux/init.h>
#include <linux/notifier.h>
#include <linux/module.h>
#include <linux/percpu.h>
+#include <linux/profile.h>
#include <linux/sysdev.h>
#include <linux/hrtimer.h>

--
Deepak Saxena - dsaxena@xxxxxxxxxxx - http://www.plexity.net

In the end, they will not say, "those were dark times," they will ask
"why were their poets silent?" - Bertold Brecht
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/