OSDN Git Service

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)
commit5fd86d34c1fad19a570e7f787d5e4ea94c6f38f7
treedf2e83506f7122e5789fda9c0f93594110a2a96c
parent4f979ed5e2656570f433101bfc5bc116a919316b
mfd: tps65090: remove suspend/resume callbacks

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>
drivers/mfd/tps65090.c