]> 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)
commit40c9d4835205b9e3f369852b7484f9ca1293551b
treed00b551b240905eb7b17dae0cf77e8a2d2dc9c4a
parent2cf8df1ec51ad69a4c760edd37d961b5fa8d14a3
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