mfd: tps65090: remove suspend/resume callbacks
authorLaxman Dewangan <ldewangan@nvidia.com>
Tue, 29 Jan 2013 09:05:18 +0000 (14:35 +0530)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 13 Feb 2013 23:22:56 +0000 (00:22 +0100)
The tps65090 mfd driver implement the suspend/resume callbacks
which just disable and enable irqs in suspend/resume respectively.

This operation is already done in irq suspend and irq_resume and
hence it is not require to implement the same in the driver.

Remove this non-require code.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

No differences found