aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-06-15 00:08:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-06-15 00:08:20 +0000
commit2754988a0b8400c65c75f24655849b4081fc2d3f (patch)
treee7579485c840ef10bd23fde6cc6b5d99f0750013 /target/linux
parente2c4629128352d52d30cc0aa4d3194e94a651024 (diff)
downloadmaster-187ad058-2754988a0b8400c65c75f24655849b4081fc2d3f.tar.gz
master-187ad058-2754988a0b8400c65c75f24655849b4081fc2d3f.tar.bz2
master-187ad058-2754988a0b8400c65c75f24655849b4081fc2d3f.zip
goldfish: fix clocksource api mismatch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16465 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/goldfish/patches-2.6.30/0118--ARM-goldfish-Add-goldfish-platform.patch2
1 files changed, 1 insertions, 1 deletions
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 <arve@android.com>
+ 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;