diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-02-01 08:52:12 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-02-02 09:28:17 -0500 |
commit | bc2c8ea483d73e95fc88f1fc9e7755180f89b892 (patch) | |
tree | 47e76f7c83ff4f88398ac26bf88f8342f232e5cd /include/linux/posix-timers.h | |
parent | 0aa3975f02ce78f27be3076fbfa3d94ae5a659d5 (diff) |
posix-timers: Make posix-cpu-timers functions static
All functions are accessed via clock_posix_cpu now. So make them static.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: John Stultz <johnstul@us.ibm.com>
Tested-by: Richard Cochran <richard.cochran@omicron.at>
LKML-Reference: <20110201134419.389755466@linutronix.de>
Diffstat (limited to 'include/linux/posix-timers.h')
-rw-r--r-- | include/linux/posix-timers.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/linux/posix-timers.h b/include/linux/posix-timers.h index ef574d177fb6..8206255a547c 100644 --- a/include/linux/posix-timers.h +++ b/include/linux/posix-timers.h | |||
@@ -91,18 +91,6 @@ void register_posix_clock(const clockid_t clock_id, struct k_clock *new_clock); | |||
91 | /* function to call to trigger timer event */ | 91 | /* function to call to trigger timer event */ |
92 | int posix_timer_event(struct k_itimer *timr, int si_private); | 92 | int posix_timer_event(struct k_itimer *timr, int si_private); |
93 | 93 | ||
94 | int posix_cpu_clock_getres(const clockid_t which_clock, struct timespec *ts); | ||
95 | int posix_cpu_clock_get(const clockid_t which_clock, struct timespec *ts); | ||
96 | int posix_cpu_clock_set(const clockid_t which_clock, const struct timespec *ts); | ||
97 | int posix_cpu_timer_create(struct k_itimer *timer); | ||
98 | int posix_cpu_nsleep(const clockid_t which_clock, int flags, | ||
99 | struct timespec *rqtp, struct timespec __user *rmtp); | ||
100 | long posix_cpu_nsleep_restart(struct restart_block *restart_block); | ||
101 | int posix_cpu_timer_set(struct k_itimer *timer, int flags, | ||
102 | struct itimerspec *new, struct itimerspec *old); | ||
103 | int posix_cpu_timer_del(struct k_itimer *timer); | ||
104 | void posix_cpu_timer_get(struct k_itimer *timer, struct itimerspec *itp); | ||
105 | |||
106 | void posix_cpu_timer_schedule(struct k_itimer *timer); | 94 | void posix_cpu_timer_schedule(struct k_itimer *timer); |
107 | 95 | ||
108 | void run_posix_cpu_timers(struct task_struct *task); | 96 | void run_posix_cpu_timers(struct task_struct *task); |