The patch titled clocksource: s390 initialize list value has been removed from the -mm tree. Its filename was clocksource-s390-initialize-list-value.patch This patch was dropped because of general bunfight ------------------------------------------------------ Subject: clocksource: s390 initialize list value From: Daniel Walker <dwalker@xxxxxxxxxx> Update arch/s390 with list initialization. Signed-off-by: Daniel Walker <dwalker@xxxxxxxxxx> Cc: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Cc: john stultz <johnstul@xxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/s390/kernel/time.c | 1 + 1 file changed, 1 insertion(+) diff -puN arch/s390/kernel/time.c~clocksource-s390-initialize-list-value arch/s390/kernel/time.c --- a/arch/s390/kernel/time.c~clocksource-s390-initialize-list-value +++ a/arch/s390/kernel/time.c @@ -314,6 +314,7 @@ static struct clocksource clocksource_to .mult = 1000, .shift = 12, .flags = CLOCK_SOURCE_IS_CONTINUOUS, + .list = LIST_HEAD_INIT(clocksource_tod.list), }; _ Patches currently in -mm which might be from dwalker@xxxxxxxxxx are clocksource-s390-initialize-list-value.patch clocksource-driver-initialize-list-value.patch clocksource-refactor-duplicate-registration-checking.patch slim-make-and-config-stuff.patch profile-likely-unlikely-macros.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html