Update arch/parisc/ with list initialization.

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

---
 arch/parisc/kernel/time.c |    1 +
 1 file changed, 1 insertion(+)

Index: linux-2.6.20/arch/parisc/kernel/time.c
===================================================================
--- linux-2.6.20.orig/arch/parisc/kernel/time.c
+++ linux-2.6.20/arch/parisc/kernel/time.c
@@ -184,6 +184,7 @@ static struct clocksource clocksource_cr
        .mult                   = 0, /* to be set */
        .shift                  = 22,
        .flags                  = CLOCK_SOURCE_IS_CONTINUOUS,
+       .list                   = LIST_HEAD_INIT(clocksource_cr16.list),
 };
 
 #ifdef CONFIG_SMP

-- 
-
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