Merge branch 'master' into for_paulus
[linux-drm-fsl-dcu.git] / arch / h8300 / kernel / time.c
index e569d17b4ae6b92b5ceccf554795d6cd83070945..d1ef615ba895369ffb4883b082600e1e66e9651f 100644 (file)
@@ -16,7 +16,6 @@
  *             "A Kernel Model for Precision Timekeeping" by Dave Mills
  */
 
-#include <linux/config.h> /* CONFIG_HEARTBEAT */
 #include <linux/errno.h>
 #include <linux/module.h>
 #include <linux/sched.h>
@@ -119,9 +118,3 @@ int do_settimeofday(struct timespec *tv)
 }
 
 EXPORT_SYMBOL(do_settimeofday);
-
-unsigned long long sched_clock(void)
-{
-       return (unsigned long long)jiffies * (1000000000 / HZ);
-
-}