DA8xx: move base address #define's to their proper place
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Wed, 6 Apr 2011 17:29:24 +0000 (17:29 +0000)
committerSekhar Nori <nsekhar@ti.com>
Fri, 6 May 2011 06:40:54 +0000 (12:10 +0530)
Move DA8XX_MMCSD0_BASE, DA8XX_LCD_CNTRL_BASE,  and DA8XX_DDR2_CTL_BASE from
<mach/da8xx.h> to devices-da8xx.c as the latter file is the only place where
these macros are used.

While at it, restore sorting the base address macros by address value in
devices-da8xx.c...

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>

No differences found