MLK-11326 dma: mxs-dma: remove the runtime pm dummy code
authorFugang Duan <b38611@freescale.com>
Wed, 5 Aug 2015 10:33:49 +0000 (18:33 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:47:30 +0000 (14:47 -0500)
commit7d934c86c0370b2bfd3fd7106507b7f45fdc85a8
treea15a5a6d4ba08aa755cf32f0bee3d82456cfbb6e
parentef0fe014ce7ba0dc4cfcdf7b5a75805ce7fe305d
MLK-11326 dma: mxs-dma: remove the runtime pm dummy code

Currently, the dma engine driver don't support runtime pm,
and it is not necessary to support the feature since it support
slave sg and cyclic mode, and clock enable/disable during dma
chans allocate and release.

The patch remove the runtime pm dummy code.

Signed-off-by: Fugang Duan <B38611@freescale.com>
(cherry picked from commit: 2c8f8e3e6a21184e6cf8b8e5ba3ec8e76794c951)
drivers/dma/mxs-dma.c