From: kaloz Date: Mon, 8 Feb 2010 21:27:13 +0000 (+0000) Subject: refresh patch X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=cc141d8963933ef52b428818a13bd41a8a0e7283 refresh patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19557 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 index 752b03ba2..69370d065 100644 --- 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 @@ -6,20 +6,17 @@ Signed-off-by: Aaro Koskinen iki.fi> kernel/time/clocksource.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) -diff --git a/kernel/time/clocksource.c b/kernel/time/clocksource.c -index 5155dc3..7b3a9d0 100644 --- 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 -