|
@@ -6,10 +6,6 @@
|
|
|
|
|
|
|
|
#include "timekeeping.h"
|
|
#include "timekeeping.h"
|
|
|
|
|
|
|
|
-extern seqlock_t jiffies_lock;
|
|
|
|
|
-
|
|
|
|
|
-#define CS_NAME_LEN 32
|
|
|
|
|
-
|
|
|
|
|
#ifdef CONFIG_GENERIC_CLOCKEVENTS
|
|
#ifdef CONFIG_GENERIC_CLOCKEVENTS
|
|
|
|
|
|
|
|
#define TICK_DO_TIMER_NONE -1
|
|
#define TICK_DO_TIMER_NONE -1
|
|
@@ -169,5 +165,3 @@ int __clockevents_update_freq(struct clock_event_device *dev, u32 freq);
|
|
|
|
|
|
|
|
#endif /* GENERIC_CLOCKEVENTS */
|
|
#endif /* GENERIC_CLOCKEVENTS */
|
|
|
|
|
|
|
|
-extern void do_timer(unsigned long ticks);
|
|
|
|
|
-extern void update_wall_time(void);
|
|
|