Update arch/avre32/ with list initialization.

Signed-Off-By: Daniel Walker <[EMAIL PROTECTED]>

---
 arch/avr32/kernel/time.c         |    1 +
 arch/avr32/mach-at32ap/time-tc.c |    1 +
 2 files changed, 2 insertions(+)

Index: linux-2.6.20/arch/avr32/kernel/time.c
===================================================================
--- linux-2.6.20.orig/arch/avr32/kernel/time.c
+++ linux-2.6.20/arch/avr32/kernel/time.c
@@ -45,6 +45,7 @@ struct clocksource __weak clocksource_av
        .mask           = CLOCKSOURCE_MASK(32),
        .shift          = 16,
        .flags          = CLOCK_SOURCE_IS_CONTINUOUS,
+       .list           = LIST_HEAD_INIT(clocksource_avr32.list),
 };
 
 irqreturn_t __weak timer_interrupt(int irq, void *dev_id);
Index: linux-2.6.20/arch/avr32/mach-at32ap/time-tc.c
===================================================================
--- linux-2.6.20.orig/arch/avr32/mach-at32ap/time-tc.c
+++ linux-2.6.20/arch/avr32/mach-at32ap/time-tc.c
@@ -50,6 +50,7 @@ struct clocksource clocksource_avr32 = {
        .mask           = CLOCKSOURCE_MASK(16),
        .shift          = 16,
        .flags          = CLOCK_SOURCE_IS_CONTINUOUS,
+       .list           = LIST_HEAD_INIT(clocksource_avr32.list),
 };
 
 static void avr32_timer_ack(void)

-- 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to