hrtimer: Cleanup direct access to wall_to_monotonic
authorJohn Stultz <johnstul@us.ibm.com>
Wed, 14 Jul 2010 00:56:25 +0000 (17:56 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 27 Jul 2010 10:40:55 +0000 (12:40 +0200)
commit8ab4351a4c888016620f43bde605b3d0964af339
tree9d92ee7fbf9391bfcfdc1e49fecc31b9fa4e03c0
parent9f31f5774961a735687fee17953ab505b3df3abf
hrtimer: Cleanup direct access to wall_to_monotonic

Provides an accessor function to replace hrtimer.c's
direct access of wall_to_monotonic.

This will allow wall_to_monotonic to be made static as
planned in Documentation/feature-removal-schedule.txt

Signed-off-by: John Stultz <johnstul@us.ibm.com>
LKML-Reference: <1279068988-21864-9-git-send-email-johnstul@us.ibm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/time.h
kernel/hrtimer.c
kernel/time/timekeeping.c