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