[PATCH 4/9] clocksource: mips initialize list value

From: Daniel Walker
Date: Fri Mar 30 2007 - 14:48:37 EST


Update arch/mips/ with list initialization.

Signed-Off-By: Daniel Walker <dwalker@xxxxxxxxxx>

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

Index: linux-2.6.19/arch/mips/kernel/time.c
===================================================================
--- linux-2.6.19.orig/arch/mips/kernel/time.c
+++ linux-2.6.19/arch/mips/kernel/time.c
@@ -308,6 +308,7 @@ struct clocksource clocksource_mips = {
.name = "MIPS",
.mask = 0xffffffff,
.flags = CLOCK_SOURCE_IS_CONTINUOUS,
+ .list = LIST_HEAD_INIT(clocksource_mips.list),
};

static void __init init_mips_clocksource(void)

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