From: Rafael J. Wysocki Date: Mon, 22 Oct 2012 23:07:27 +0000 (+0200) Subject: PM / QoS: Prepare device structure for adding more constraint types X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~88^2~17^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f986c590fcf4284924fcda991cf14ab32bff49f;p=pandora-kernel.git PM / QoS: Prepare device structure for adding more constraint types Currently struct dev_pm_info contains only one PM QoS constraints pointer reserved for latency requirements. Since one more device constraints type (i.e. flags) will be necessary, introduce a new structure, struct dev_pm_qos, that eventually will contain all of the available device PM QoS constraints and replace the "constraints" pointer in struct dev_pm_info with a pointer to the new structure called "qos". Signed-off-by: Rafael J. Wysocki Reviewed-by: Jean Pihet --- Reading git-diff-tree failed