From 810b511a24dffc051ccbba1f36c00b6bb03fbb1a Mon Sep 17 00:00:00 2001
From: Imre Kaloz <kaloz@openwrt.org>
Date: Fri, 12 Feb 2010 09:39:51 +0000
Subject: remove 850-if_no_generic_time.patch -- breaks compilation and
 2.6.32.8 already includes a fix for this..

SVN-Revision: 19598
---
 .../patches-2.6.32/850-if_no_generic_time.patch    | 22 ----------------------
 1 file changed, 22 deletions(-)
 delete mode 100644 target/linux/generic-2.6/patches-2.6.32/850-if_no_generic_time.patch

(limited to 'target/linux/generic-2.6/patches-2.6.32')

diff --git a/target/linux/generic-2.6/patches-2.6.32/850-if_no_generic_time.patch b/target/linux/generic-2.6/patches-2.6.32/850-if_no_generic_time.patch
deleted file mode 100644
index 69370d0..0000000
--- a/target/linux/generic-2.6/patches-2.6.32/850-if_no_generic_time.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Provide a dummy implementation of clocksource_max_deferment() for such
-platforms.
-
-Signed-off-by: Aaro Koskinen <aaro.koskinen <at> iki.fi>
----
- kernel/time/clocksource.c |    5 +++++
- 1 files changed, 5 insertions(+), 0 deletions(-)
-
---- a/kernel/time/clocksource.c
-+++ b/kernel/time/clocksource.c
-@@ -502,6 +502,11 @@ static void clocksource_select(void)
- 
- #else /* CONFIG_GENERIC_TIME */
- 
-+static inline u64 clocksource_max_deferment(struct clocksource *cs)
-+{
-+	return 0;
-+}
-+
- static inline void clocksource_select(void) { }
- 
- #endif
-- 
cgit v1.1