From: Lars-Peter Clausen Date: Mon, 11 Mar 2013 17:44:52 +0000 (+0100) Subject: tty: ifx6x60: Remove unused suspend/resume callbacks X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~136^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91debb0383d6564e0dc8ae76181f6daf8e24717a;p=pandora-kernel.git tty: ifx6x60: Remove unused suspend/resume callbacks The ifx6x60 driver implements both legacy suspend/resume callbacks and dev_pm_ops. The SPI core is going to ignore legacy suspend/resume callbacks if a driver implements dev_pm_ops. Since the legacy suspend/resume callbacks are empty in this case it is safe to just remove them. Cc: Bi Chao Cc: Chen Jun Signed-off-by: Lars-Peter Clausen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed