From: Stephen Boyd Date: Mon, 4 Mar 2013 23:08:25 +0000 (-0800) Subject: ARM: msm: Move dma.h #defines that are private to dma.c X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~70^2~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=430f1eefed3da2758a9aa727aadd46d21ccfa853;p=pandora-kernel.git ARM: msm: Move dma.h #defines that are private to dma.c These #defines are only used by the dma.c file within mach-msm. Don't put them into a global mach include that any driver can use to muck with registers within the dma controller. This also prevents random people from getting access to msm_iomap.h (a file that will soon be private to mach-msm). Signed-off-by: Stephen Boyd Signed-off-by: David Brown --- Reading git-diff-tree failed