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)
commitfa75da8ecd29a91ffe338cd8f992e6fb1f5ef046
treed00b551b240905eb7b17dae0cf77e8a2d2dc9c4a
parent6fb8a163fcb2cc2ee073a1ffda33e402b1092548
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