From: Sekhar Nori Date: Tue, 24 Nov 2009 12:55:14 +0000 (+0530) Subject: davinci: board-dm646x-evm.c: arrange related code together X-Git-Tag: v2.6.34-rc1~234^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b73b526ec36068b102e735064b61dc724d45d2db;p=pandora-kernel.git davinci: board-dm646x-evm.c: arrange related code together Currently all the #defines and static variables in the board-dm646x-evm.c file are located right at the start of the file because of which the related code is not together - making reading the code difficult. This patch moves around the code keeping related code together. Signed-off-by: Sekhar Nori Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed