From: Rafael J. Wysocki Date: Fri, 15 Jul 2011 22:59:54 +0000 (+0200) Subject: PM / MIPS: Convert i8259.c to using syscore_ops X-Git-Tag: v3.0~25^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84652e834b11d1d279e9073a94b320c85707a880;p=pandora-kernel.git 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: Roland Vossen Signed-off-by: Rafael J. Wysocki Acked-by: Ralf Baechle --- Reading git-diff-tree failed