[PATCH] fix missing includes
[deliverable/linux.git] / arch / cris / kernel / time.c
index a2d99b4aedcda34f22a5c1ec10fc4f3250050b0c..66ba8898db07ba0facf5a1edb86b31bb48a4f874 100644 (file)
 #include <linux/timex.h>
 #include <linux/init.h>
 #include <linux/profile.h>
-
-u64 jiffies_64 = INITIAL_JIFFIES;
-
-EXPORT_SYMBOL(jiffies_64);
+#include <linux/sched.h>       /* just for sched_clock() - funny that */
 
 int have_rtc;  /* used to remember if we have an RTC or not */;
 
This page took 0.023832 seconds and 5 git commands to generate.