commit | 3d0914061fc3016250b00c0155113e27a1b8a269 | [log] [tgz] |
---|---|---|
author | Manjunath Hadli <manjunath.hadli@ti.com> | Thu Dec 15 17:41:51 2011 +0530 |
committer | Sekhar Nori <nsekhar@ti.com> | Fri Jan 20 21:57:29 2012 +0530 |
tree | b928e2f86528ddefa4a75b87169602806c11342d | |
parent | 719f56f2e45c3ab2a7873d45f1c115db568b1a29 [diff] |
ARM: davinci: dm646x: move private definitions to C file Move register base addresses and offsets used only in dm646x.c from arch/arm/mach-davinci/include/mach/dm646x.h in to the C file as these definitions are used only in C file. This helps reduce code in arch/arm/mach-davinci/include/mach/ which is not really needed by rest of the kernel. Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>