[PATCH 05/12] clocksource: mips initialize list value

2007-01-22 Thread Daniel Walker
Update arch/mips/ with list initialization.

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

---
 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
@@ -307,6 +307,7 @@ static unsigned int __init calibrate_hpt
 struct clocksource clocksource_mips = {
.name   = "MIPS",
.mask   = 0x,
+   .list   = LIST_HEAD_INIT(clocksource_mips.list),
.is_continuous  = 1,
 };
 

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


[PATCH 05/12] clocksource: mips initialize list value

2007-01-22 Thread Daniel Walker
Update arch/mips/ with list initialization.

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

---
 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
@@ -307,6 +307,7 @@ static unsigned int __init calibrate_hpt
 struct clocksource clocksource_mips = {
.name   = MIPS,
.mask   = 0x,
+   .list   = LIST_HEAD_INIT(clocksource_mips.list),
.is_continuous  = 1,
 };
 

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