]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: davinci: dm365: move private definitions to C file
authorManjunath Hadli <manjunath.hadli@ti.com>
Thu, 15 Dec 2011 12:11:51 +0000 (17:41 +0530)
committerSekhar Nori <nsekhar@ti.com>
Fri, 20 Jan 2012 16:27:28 +0000 (21:57 +0530)
commit7c7b39693136098fa23469022f85000431ed82ed
treedd31d1b5eba5685d9111cb431c2894ed143037e0
parentfeee5b1dcd6fd2cf499dfa22e082bd43c64372e4
ARM: davinci: dm365: move private definitions to C file

Move register base addresses and offsets used only in dm365.c
from arch/arm/mach-davinci/include/mach/dm365.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>
arch/arm/mach-davinci/dm365.c
arch/arm/mach-davinci/include/mach/dm365.h