commit | 5fd86d34c1fad19a570e7f787d5e4ea94c6f38f7 | [log] [tgz] |
---|---|---|
author | Laxman Dewangan <ldewangan@nvidia.com> | Tue Jan 29 14:35:18 2013 +0530 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Thu Feb 14 00:22:56 2013 +0100 |
tree | df2e83506f7122e5789fda9c0f93594110a2a96c | |
parent | 4f979ed5e2656570f433101bfc5bc116a919316b [diff] |
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>