This was only needed for some of the DRM drivers, remove it. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- backport/backport-include/linux/hrtimer.h | 11 ----------- backport/compat/compat-3.5.c | 14 -------------- 2 files changed, 25 deletions(-) delete mode 100644 backport/backport-include/linux/hrtimer.h diff --git a/backport/backport-include/linux/hrtimer.h b/backport/backport-include/linux/hrtimer.h deleted file mode 100644 index c099dd4..0000000 --- a/backport/backport-include/linux/hrtimer.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef __BACKPORT_LINUX_HRTIMER_H -#define __BACKPORT_LINUX_HRTIMER_H -#include_next <linux/hrtimer.h> -#include <linux/version.h> - -#if LINUX_VERSION_CODE < KERNEL_VERSION(3,5,0) -#define ktime_get_monotonic_offset LINUX_BACKPORT(ktime_get_monotonic_offset) -extern ktime_t ktime_get_monotonic_offset(void); -#endif - -#endif /* __BACKPORT_LINUX_HRTIMER_H */ diff --git a/backport/compat/compat-3.5.c b/backport/compat/compat-3.5.c index 7068cfb..95f52b9 100644 --- a/backport/compat/compat-3.5.c +++ b/backport/compat/compat-3.5.c @@ -64,17 +64,3 @@ int overflowgid = DEFAULT_OVERFLOWGID; EXPORT_SYMBOL_GPL(overflowuid); EXPORT_SYMBOL_GPL(overflowgid); #endif - -/* - * We can't access the timekeeper static variable - * on older kernels so we're shit out of luck and - * have to rely on time that might jump. Upgrade - * if you want timestamps that don't jump, this - * important for DRM vblank and page flip event - * timestamps. - */ -ktime_t ktime_get_monotonic_offset(void) -{ - return ktime_get(); -} -EXPORT_SYMBOL_GPL(ktime_get_monotonic_offset); -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html