diff options
| author | Jon Hunter <jon-hunter@ti.com> | 2013-04-01 14:47:29 -0400 |
|---|---|---|
| committer | Jon Hunter <jon-hunter@ti.com> | 2013-04-01 14:47:29 -0400 |
| commit | 2d61aecee8f32259920cdf90a452fa26ffc64e9f (patch) | |
| tree | 2311b6b4c12b946164e8cfb3422cebdfecf08f37 /include/linux | |
| parent | 71856843fb1d8ee455a4c1a60696c74afa4809e5 (diff) | |
| parent | 6bb27d7349db51b50c40534710fe164ca0d58902 (diff) | |
Merge commit '6bb27d7349db51b50c40534710fe164ca0d58902' into omap-timer-for-v3.10
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/bcm2835_timer.h | 2 | ||||
| -rw-r--r-- | include/linux/dw_apb_timer.h | 2 | ||||
| -rw-r--r-- | include/linux/sunxi_timer.h | 2 | ||||
| -rw-r--r-- | include/linux/time.h | 4 |
4 files changed, 4 insertions, 6 deletions
diff --git a/include/linux/bcm2835_timer.h b/include/linux/bcm2835_timer.h index 25680fe0903c..ca17aa817006 100644 --- a/include/linux/bcm2835_timer.h +++ b/include/linux/bcm2835_timer.h | |||
| @@ -17,6 +17,6 @@ | |||
| 17 | 17 | ||
| 18 | #include <asm/mach/time.h> | 18 | #include <asm/mach/time.h> |
| 19 | 19 | ||
| 20 | extern struct sys_timer bcm2835_timer; | 20 | extern void bcm2835_timer_init(void); |
| 21 | 21 | ||
| 22 | #endif | 22 | #endif |
diff --git a/include/linux/dw_apb_timer.h b/include/linux/dw_apb_timer.h index 1148575fd134..dd755ce2a5eb 100644 --- a/include/linux/dw_apb_timer.h +++ b/include/linux/dw_apb_timer.h | |||
| @@ -53,5 +53,5 @@ void dw_apb_clocksource_start(struct dw_apb_clocksource *dw_cs); | |||
| 53 | cycle_t dw_apb_clocksource_read(struct dw_apb_clocksource *dw_cs); | 53 | cycle_t dw_apb_clocksource_read(struct dw_apb_clocksource *dw_cs); |
| 54 | void dw_apb_clocksource_unregister(struct dw_apb_clocksource *dw_cs); | 54 | void dw_apb_clocksource_unregister(struct dw_apb_clocksource *dw_cs); |
| 55 | 55 | ||
| 56 | extern struct sys_timer dw_apb_timer; | 56 | extern void dw_apb_timer_init(void); |
| 57 | #endif /* __DW_APB_TIMER_H__ */ | 57 | #endif /* __DW_APB_TIMER_H__ */ |
diff --git a/include/linux/sunxi_timer.h b/include/linux/sunxi_timer.h index b9165bba6e61..18081787e5f3 100644 --- a/include/linux/sunxi_timer.h +++ b/include/linux/sunxi_timer.h | |||
| @@ -19,6 +19,6 @@ | |||
| 19 | 19 | ||
| 20 | #include <asm/mach/time.h> | 20 | #include <asm/mach/time.h> |
| 21 | 21 | ||
| 22 | extern struct sys_timer sunxi_timer; | 22 | void sunxi_timer_init(void); |
| 23 | 23 | ||
| 24 | #endif | 24 | #endif |
diff --git a/include/linux/time.h b/include/linux/time.h index 4d358e9d10f1..05e32a72103c 100644 --- a/include/linux/time.h +++ b/include/linux/time.h | |||
| @@ -142,9 +142,7 @@ void timekeeping_inject_sleeptime(struct timespec *delta); | |||
| 142 | * finer then tick granular time. | 142 | * finer then tick granular time. |
| 143 | */ | 143 | */ |
| 144 | #ifdef CONFIG_ARCH_USES_GETTIMEOFFSET | 144 | #ifdef CONFIG_ARCH_USES_GETTIMEOFFSET |
| 145 | extern u32 arch_gettimeoffset(void); | 145 | extern u32 (*arch_gettimeoffset)(void); |
| 146 | #else | ||
| 147 | static inline u32 arch_gettimeoffset(void) { return 0; } | ||
| 148 | #endif | 146 | #endif |
| 149 | 147 | ||
| 150 | extern void do_gettimeofday(struct timeval *tv); | 148 | extern void do_gettimeofday(struct timeval *tv); |
