Update arch/arm/ with list initialization. Signed-Off-By: Daniel Walker <dwalker@mvista.com> --- arch/arm/mach-imx/time.c | 1 + arch/arm/mach-ixp4xx/common.c | 1 + arch/arm/mach-netx/time.c | 1 + arch/arm/mach-pxa/time.c | 1 + 4 files changed, 4 insertions(+) Index: linux-2.6.19/arch/arm/mach-imx/time.c =================================================================== --- linux-2.6.19.orig/arch/arm/mach-imx/time.c +++ linux-2.6.19/arch/arm/mach-imx/time.c @@ -88,6 +88,7 @@ static struct clocksource clocksource_im .mask = 0xFFFFFFFF, .shift = 20, .flags = CLOCK_SOURCE_IS_CONTINUOUS, + .list = LIST_HEAD_INIT(clocksource_imx.list), }; static int __init imx_clocksource_init(void) Index: linux-2.6.19/arch/arm/mach-ixp4xx/common.c =================================================================== --- linux-2.6.19.orig/arch/arm/mach-ixp4xx/common.c +++ linux-2.6.19/arch/arm/mach-ixp4xx/common.c @@ -396,6 +396,7 @@ static struct clocksource clocksource_ix .mask = CLOCKSOURCE_MASK(32), .shift = 20, .flags = CLOCK_SOURCE_IS_CONTINUOUS, + .list = LIST_HEAD_INIT(clocksource_ixp4xx.list), }; unsigned long ixp4xx_timer_freq = FREQ; Index: linux-2.6.19/arch/arm/mach-netx/time.c =================================================================== --- linux-2.6.19.orig/arch/arm/mach-netx/time.c +++ linux-2.6.19/arch/arm/mach-netx/time.c @@ -63,6 +63,7 @@ static struct clocksource clocksource_ne .mask = CLOCKSOURCE_MASK(32), .shift = 20, .flags = CLOCK_SOURCE_IS_CONTINUOUS, + .list = LIST_HEAD_INIT(clocksource_netx.list), }; /* Index: linux-2.6.19/arch/arm/mach-pxa/time.c =================================================================== --- linux-2.6.19.orig/arch/arm/mach-pxa/time.c +++ linux-2.6.19/arch/arm/mach-pxa/time.c @@ -113,6 +113,7 @@ static struct clocksource clocksource_px .mask = CLOCKSOURCE_MASK(32), .shift = 20, .flags = CLOCK_SOURCE_IS_CONTINUOUS, + .list = LIST_HEAD_INIT(clocksource_pxa.list), }; static void __init pxa_timer_init(void) -- -
| Greg KH | Og dreams of kernels |
| Jens Axboe | [PATCH 31/33] Fusion: sg chaining support |
| Arnd Bergmann | Re: finding your own dead "CONFIG_" variables |
| Mark Brown | [PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset |
| Tony Breeds | [LGUEST] Look in object dir for .config |
git: | |
| Brian Downing | Re: Git in a Nutshell guide |
| John Benes | Re: master has some toys |
| Matthias Lederhofer | [PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree |
| Alexander Sulfrian | [RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set |
| Junio C Hamano | Re: Rss produced by git is not valid xml? |
| Linux Kernel Mailing List | iSeries: fix section mismatch in iseries_veth |
| Linux Kernel Mailing List | ixbge: remove TX lock and redo TX accounting. |
| Linux Kernel Mailing List | ixgbe: fix several counter register errata |
| Linux Kernel Mailing List | b43: fix build with CONFIG_SSB_PCIHOST=n |
| Linux Kernel Mailing List | 9p: block-based virtio client |
| Michael Breuer | Re: [PATCH] af_packet: Don't use s |
