From: Manjunath Hadli Date: Thu, 15 Dec 2011 12:11:51 +0000 (+0530) Subject: ARM: davinci: dm646x: move private definitions to C file X-Git-Tag: v3.4-rc1~73^2~2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d0914061fc3016250b00c0155113e27a1b8a269;p=pandora-kernel.git 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 Signed-off-by: Sekhar Nori --- Reading git-diff-tree failed