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)
commit8ac764e3479f6057c1cc85bd960dd2aa0fb82fea
tree024c30e3a6025d4532a8b3ed48aee11d89ffb46b
parente0c199d0989e2f9fa2683e817624779f55abfa7f
DA8xx: move base address #define's to their proper place

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>
arch/arm/mach-davinci/devices-da8xx.c
arch/arm/mach-davinci/include/mach/da8xx.h