fsl_dma: fix support for 83xx DMA engine
authorIra W. Snyder <iws@ovro.caltech.edu>
Tue, 1 Mar 2011 22:40:55 +0000 (14:40 -0800)
committerKim Phillips <kim.phillips@freescale.com>
Thu, 7 Jul 2011 00:09:27 +0000 (19:09 -0500)
commit9a865fff15931b5269778a20babcfd1b3f836f96
tree897c73be8903bcff8c6cf4d693fe2dfa52f2687c
parent79642098a8345e2506ab0ff02e8c7ac4da405d0c
fsl_dma: fix support for 83xx DMA engine

Commit 359ec4931944adb885882deb9b781e4095eabc94 broke support for the
Freescale DMA engine on the 83xx parts. This is due to using registers
which do not exist on 83xx. Remove the attribute register accesses from
the 83xx build.

Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
Cc: York Sun <yorksun@freescale.com>
Cc: Peter Tyser <ptyser@xes-inc.com>
Cc: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
drivers/dma/fsl_dma.c