Home
last modified time | relevance | path

Searched hist:"267 f3c07318b1b1bf04f6039bda7c54613d9e120" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm/mach-davinci/
H A Dda8xx-dt.cdiff 267f3c07318b1b1bf04f6039bda7c54613d9e120 Wed Apr 10 11:27:13 CEST 2013 Sekhar Nori <nsekhar@ti.com> ARM: davinci: da8xx dt: make file local symbols static

Make some file-local functions static. This fixes the sparse
warnings:

CHECK arch/arm/mach-davinci/da8xx-dt.c
arch/arm/mach-davinci/da8xx-dt.c:23:13: warning: symbol 'da8xx_uart_clk_enable' was not declared. Should it be static?
arch/arm/mach-davinci/da8xx-dt.c:40:23: warning: symbol 'da850_auxdata_lookup' was not declared. Should it be static?

Signed-off-by: Sekhar Nori <nsekhar@ti.com>