From: Sekhar Nori Date: Mon, 28 Jun 2010 11:46:38 +0000 (+0530) Subject: davinci: da850 evm: sparse cleanup: make file local variables static X-Git-Tag: v2.6.37-rc1~122^2~1^2~48 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db549d22c4b84824f90558eb8e6b116cf134794d;p=pandora-kernel.git 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 Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed