davinci: da850 evm: sparse cleanup: make file local variables static
commitdb549d22c4b84824f90558eb8e6b116cf134794d
authorSekhar Nori <nsekhar@ti.com>
Mon, 28 Jun 2010 11:46:38 +0000 (28 17:16 +0530)
committerKevin Hilman <khilman@deeprootsystems.com>
Fri, 24 Sep 2010 14:40:23 +0000 (24 07:40 -0700)
tree99600a41610c8839bf104ad31f9e989c47b26e2b
parentb30a3f6257ed2105259b404d419b4964e363928c
davinci: da850 evm: sparse cleanup: make file local variables static

Without this cleanup, sparse checker reports warnings of the type:

  CHECK   arch/arm/mach-davinci/board-da850-evm.c
arch/arm/mach-davinci/board-da850-evm.c:112:22: warning: symbol 'da850_evm_nandflash_partition' was not declared. Should it be static?

The nand flash partitions and regulator supplies are used within
the EVM file and so should have been static

This patch has been boot tested on DA830 and DA850 EVMs.

Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
arch/arm/mach-davinci/board-da850-evm.c