From: Felix Fietkau Date: Mon, 15 Jun 2009 00:08:20 +0000 (+0000) Subject: goldfish: fix clocksource api mismatch X-Git-Tag: reboot~23187 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=828fd68e007f2217198198ef8a8a77c0760ca9e1;p=oweals%2Fopenwrt.git goldfish: fix clocksource api mismatch SVN-Revision: 16465 --- 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 21e6716d80..c05c782308 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;