[PATCH v2 03/13] da850: pruss board specific additions.
Sergei Shtylyov
sshtylyov at mvista.com
Fri Feb 11 13:43:03 EST 2011
Subhasish Ghosh wrote:
> This patch adds board specific initializations and setup routines.
> Signed-off-by: Subhasish Ghosh <subhasish at mistralsolutions.com>
[...]
> diff --git a/arch/arm/mach-davinci/board-da850-evm.c b/arch/arm/mach-davinci/board-da850-evm.c
> index 11f986b..242d1ed 100644
> --- a/arch/arm/mach-davinci/board-da850-evm.c
> +++ b/arch/arm/mach-davinci/board-da850-evm.c
> @@ -1053,6 +1053,26 @@ static __init int da850_evm_init_cpufreq(void)
> static __init int da850_evm_init_cpufreq(void) { return 0; }
> #endif
>
> +static struct da8xx_pruss_devices pruss_devices[] = {
> + {.dev_name = NULL,},
No need to explicitly initialize to NULL.
WBR, Sergei
More information about the linux-arm-kernel
mailing list