]> git.baikalelectronics.ru Git - kernel.git/commit
tty: ifx6x60: Remove unused suspend/resume callbacks
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 11 Mar 2013 17:44:52 +0000 (18:44 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Mar 2013 23:29:29 +0000 (16:29 -0700)
commit374596119c8c39a644d75465f81ed8385e6c9aea
treef82258268410dcf6a64aa09880c54c96520e9904
parent9961a08cdf99e14b10a19fb3604ea55b566e79da
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 <chao.bi@intel.com>
Cc: Chen Jun <jun.d.chen@intel.com>
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/ifx6x60.c