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