]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
ARM: davinci: da8xx dt: make file local symbols static
authorSekhar Nori <nsekhar@ti.com>
Wed, 10 Apr 2013 09:27:13 +0000 (14:57 +0530)
committerSekhar Nori <nsekhar@ti.com>
Wed, 17 Apr 2013 13:56:40 +0000 (19:26 +0530)
commit267f3c07318b1b1bf04f6039bda7c54613d9e120
tree8670839c004aa83df2ad35e6fbef5f7929878242
parent5c71d6181f5c23c35415bddf1414f840e9149f8c
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>
arch/arm/mach-davinci/da8xx-dt.c