From a65c8bdab9f122270d149e1ef084a6d11181ecdd Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Fri, 16 Nov 2012 15:45:26 +0200 Subject: [PATCH] OMAPDSS: don't use dss bus in suspend/resume We have support functions to suspend and resume all the displays that are used with system suspend. These functions use the dss bus to iterate the display devices. As we aim to remove the custom dss bus totally, this patch removes the explicit use of dss bus from these functions. Instead the for_each_dss_dev() macro is used to go through the devices. Signed-off-by: Tomi Valkeinen --- Reading git-format-patch failed