mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
goldfish: fix clocksource api mismatch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16465 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user