mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-08 11:54:53 +00:00
remove 850-if_no_generic_time.patch -- breaks compilation and 2.6.32.8 already includes a fix for this..
SVN-Revision: 19598
This commit is contained in:
parent
250b52f673
commit
810b511a24
@ -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
|
Loading…
x
Reference in New Issue
Block a user