From 6ea3973b80ccabbe02a4c1aaa52a4f8c9939529a Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 15 Jun 2009 00:08:20 +0000 Subject: [PATCH] goldfish: fix clocksource api mismatch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16465 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../0118--ARM-goldfish-Add-goldfish-platform.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/goldfish/patches-2.6.30/0118--ARM-goldfish-Add-goldfish-platform.patch b/target/linux/goldfish/patches-2.6.30/0118--ARM-goldfish-Add-goldfish-platform.patch index 21e6716d8..c05c78230 100644 --- a/target/linux/goldfish/patches-2.6.30/0118--ARM-goldfish-Add-goldfish-platform.patch +++ b/target/linux/goldfish/patches-2.6.30/0118--ARM-goldfish-Add-goldfish-platform.patch @@ -2018,7 +2018,7 @@ Signed-off-by: Arve Hjønnevåg + return IRQ_HANDLED; +} + -+static cycle_t goldfish_timer_read(void) ++static cycle_t goldfish_timer_read(struct clocksource *cs) +{ + uint32_t timer_base = IO_ADDRESS(GOLDFISH_TIMER_BASE); + unsigned long irqflags; -- 2.35.1