From a65beb65b11d19434964f8e4ebf16bf63078d83c Mon Sep 17 00:00:00 2001 From: Martin Ayotte Date: Fri, 5 Apr 2019 17:38:31 -0400 Subject: [PATCH] remove useless patch --- .../timekeeping32-tweaks-for-4.20.y.patch | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 patch/kernel/rockchip64-dev/timekeeping32-tweaks-for-4.20.y.patch diff --git a/patch/kernel/rockchip64-dev/timekeeping32-tweaks-for-4.20.y.patch b/patch/kernel/rockchip64-dev/timekeeping32-tweaks-for-4.20.y.patch deleted file mode 100644 index 55e4838992..0000000000 --- a/patch/kernel/rockchip64-dev/timekeeping32-tweaks-for-4.20.y.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff --git a/include/linux/timekeeping32.h b/include/linux/timekeeping32.h -index a502616..43a3837 100644 ---- a/include/linux/timekeeping32.h -+++ b/include/linux/timekeeping32.h -@@ -53,6 +53,19 @@ static inline void getboottime(struct timespec *ts) - } - - /* -+ * Timespec interfaces utilizing the ktime based ones -+ */ -+static inline void get_monotonic_boottime(struct timespec *ts) -+{ -+ *ts = ktime_to_timespec(ktime_get_boottime()); -+} -+ -+static inline void timekeeping_clocktai(struct timespec *ts) -+{ -+ *ts = ktime_to_timespec(ktime_get_clocktai()); -+} -+ -+/* - * Persistent clock related interfaces - */ - extern void read_persistent_clock(struct timespec *ts);