commit | 887b8a9345ae3f23527ca830a326f0b339119c25 | [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:27 2012 +0530 |
tree | ed1864fa648d42e197cc6df13154eccb955cf111 | |
parent | dcd6c92267155e70a94b3927bce681ce74b80d1f [diff] |
ARM: davinci: dm644x: move private definitions to C file Move register base addresses and offsets used only by dm644x.c from arch/arm/mach-davinci/include/mach/dm644x.h to the C file as these definitions are used only there. 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>