Просмотр исходного кода

goldfish: fix clocksource api mismatch

SVN-Revision: 16465
Felix Fietkau 16 лет назад
Родитель
Сommit
828fd68e00

+ 1 - 1
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 <[email protected]>
 +	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;