]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/m68knommu/kernel/time.c
Merge branch 'linus' into x86/cleanups
[linux-2.6-omap-h63xx.git] / arch / m68knommu / kernel / time.c
index 67944aa27280a1ae6fbb0055a723a8d3c27d4abd..d182b2f722110d098d5e380179b0618298e4b3b4 100644 (file)
@@ -33,6 +33,7 @@ static inline int set_rtc_mmss(unsigned long nowtime)
        return -1;
 }
 
+#ifndef CONFIG_GENERIC_CLOCKEVENTS
 /*
  * timer_interrupt() needs to keep up the real-time clock,
  * as well as call the "do_timer()" routine every clocktick
@@ -54,6 +55,7 @@ irqreturn_t arch_timer_interrupt(int irq, void *dummy)
 #endif
        return(IRQ_HANDLED);
 }
+#endif
 
 static unsigned long read_rtc_mmss(void)
 {