From: Laxman Dewangan Date: Tue, 29 Jan 2013 09:05:18 +0000 (+0530) Subject: mfd: tps65090: remove suspend/resume callbacks X-Git-Tag: v3.9-rc1~92^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fd86d34c1fad19a570e7f787d5e4ea94c6f38f7;p=pandora-kernel.git 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 Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed