[PATCH][TRIVIAL 2.4] Removal of an unused function inarch/i386/kernel/time.c

From: Stephane Ouellette
Date: Sat Aug 09 2003 - 11:22:33 EST


Folks,

the attached patch fixes a compile warning about an unused function, if CONFIG_X86_SUMMIT is NOT defined.

Patch applies to 2.4.22-rc1-ac1.

Stephane Ouellette.

--- linux-2.4.22-rc1-ac1-orig/arch/i386/kernel/time.c Fri Aug 8 22:34:38 2003
+++ linux-2.4.22-rc1-ac1-fixed/arch/i386/kernel/time.c Sat Aug 9 10:39:57 2003
@@ -431,7 +431,6 @@

const int use_cyclone = 0;
static void mark_timeoffset_cyclone(void) {}
-static unsigned long do_gettimeoffset_cyclone(void) {return 0;}
static void init_cyclone_clock(void) {}
void __cyclone_delay(unsigned long loops) {}
#endif /* CONFIG_X86_SUMMIT */