davinci: board-dm646x-evm.c: arrange related code together
authorSekhar Nori <nsekhar@ti.com>
Tue, 24 Nov 2009 12:55:14 +0000 (18:25 +0530)
committerKevin Hilman <khilman@deeprootsystems.com>
Thu, 4 Feb 2010 21:29:42 +0000 (13:29 -0800)
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 <nsekhar@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>

No differences found