MIPS: Remove "weak" from get_c0_compare_int() declaration
[linux-2.6-microblaze.git] / arch / mips / include / asm / time.h
index 8ab2874..17d4cd2 100644 (file)
@@ -51,7 +51,7 @@ extern int __weak get_c0_perfcount_int(void);
 /*
  * Initialize the calling CPU's compare interrupt as clockevent device
  */
-extern unsigned int __weak get_c0_compare_int(void);
+extern unsigned int get_c0_compare_int(void);
 extern int r4k_clockevent_init(void);
 
 static inline int mips_clockevent_init(void)