Skip to content
Commit 84652e83 authored by Rafael J. Wysocki's avatar Rafael J. Wysocki
Browse files

PM / MIPS: Convert i8259.c to using syscore_ops



The code in arch/mips/kernel/i8259.c still hasn't been converted to
using struct syscore_ops instead of a sysdev for resume and shutdown.
As a result, this code doesn't build any more after suspend, resume
and shutdown callbacks have been removed from struct sysdev_class.
Fix this problem by converting i8259.c to using syscore_ops.

Reported-and-tested-by: default avatarRoland Vossen <rvossen@broadcom.com>
Signed-off-by: default avatarRafael J. Wysocki <rjw@sisk.pl>
Acked-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 3110df80
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment