]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: ip22-gio: Remove legacy suspend/resume support
authorLars-Peter Clausen <lars@metafoo.de>
Sun, 11 Jan 2015 16:06:56 +0000 (17:06 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 20 Feb 2015 12:30:55 +0000 (13:30 +0100)
commit47fee3a2cca1a2bffcff2b6733f661ea09beac37
treed00b551b240905eb7b17dae0cf77e8a2d2dc9c4a
parentb2637a78cbc922c2f5441ad94fa26cfb20021e46
MIPS: ip22-gio: Remove legacy suspend/resume support

There are currently no gio device drivers that implement suspend/resume
and this patch removes the bus specific legacy suspend and resume callbacks.
This will allow us to eventually remove struct bus_type legacy suspend and
resume support altogether.

gio device drivers wanting to implement suspend and resume can use dev PM
ops which will work out of the box without further modifications necessary.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/8920/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/gio_device.h
arch/mips/sgi-ip22/ip22-gio.c