From: Rafael J. Wysocki Date: Tue, 26 Apr 2011 17:15:07 +0000 (+0200) Subject: PM: Remove sysdev suspend, resume and shutdown operations X-Git-Tag: v3.0-rc1~408^2~4^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e711c04dbbf7a7732a3f7073b1fc285d12b369d;p=pandora-kernel.git PM: Remove sysdev suspend, resume and shutdown operations Since suspend, resume and shutdown operations in struct sysdev_class and struct sysdev_driver are not used any more, remove them. Also drop sysdev_suspend(), sysdev_resume() and sysdev_shutdown() used for executing those operations and modify all of their users accordingly. This reduces kernel code size quite a bit and reduces its complexity. Signed-off-by: Rafael J. Wysocki Acked-by: Greg Kroah-Hartman --- Reading git-diff-tree failed