DMA: PL330: Remove redundant runtime_suspend/resume functions
authorInderpal Singh <inderpal.singh@linaro.org>
Fri, 7 Sep 2012 06:44:48 +0000 (12:14 +0530)
committerVinod Koul <vinod.koul@linux.intel.com>
Tue, 18 Sep 2012 03:29:52 +0000 (08:59 +0530)
The driver's  runtime_suspend/resume functions just disable/enable
the clock which is already being managed at AMBA bus level
runtime_suspend/resume functions.

Hence, remove the driver's runtime_suspend/resume functions.

Signed-off-by: Inderpal Singh <inderpal.singh@linaro.org>
Tested-by: Chander Kashyap <chander.kashyap@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>

No differences found