ARM: msm: Move dma.h #defines that are private to dma.c
authorStephen Boyd <sboyd@codeaurora.org>
Mon, 4 Mar 2013 23:08:25 +0000 (15:08 -0800)
committerDavid Brown <davidb@codeaurora.org>
Tue, 5 Mar 2013 20:05:42 +0000 (12:05 -0800)
commit430f1eefed3da2758a9aa727aadd46d21ccfa853
tree6537c1e568602165d105105d343701fb143e7703
parent6dbe51c251a327e012439c4772097a13df43c5b8
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 <sboyd@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
arch/arm/mach-msm/dma.c
arch/arm/mach-msm/include/mach/dma.h
This page took 0.040287 seconds and 5 git commands to generate.