Re: [PATCH v3 3/7] da850: pruss board specific additions.

From: Sergei Shtylyov
Date: Tue Mar 08 2011 - 10:20:55 EST


Hello.

On 08-03-2011 16:57, Subhasish Ghosh wrote:

This patch adds board specific initializations and setup routines.

Signed-off-by: Subhasish Ghosh<subhasish@xxxxxxxxxxxxxxxxxxxx>
[...]

diff --git a/arch/arm/mach-davinci/board-da850-evm.c b/arch/arm/mach-davinci/board-da850-evm.c
index 11f986b..c614c82 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 explictly intialize to NULL.

WBR, Sergei
--
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/