commit | 7f8881a028a990accb6c5669a30279f54fda1c3d | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon May 06 23:50:13 2013 +0000 |
committer | Steve Kondik <shade@chemlab.org> | Sun Feb 23 12:30:08 2014 +0100 |
tree | 4f0568020a96ea946828b4d7a001f7ef84104bee | |
parent | 02237456bbd63e3dc17c5711caa5383321cbefc1 [diff] |
freezer: convert freezable helpers to static inline where possible Some of the freezable helpers have to be macros because their condition argument needs to get evaluated every time through the wait loop. Convert the others to static inline to make future changes easier. Change-Id: I69d3fc10d26522cb9bf3a616ff4f21245f9c071a Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Colin Cross <ccross@android.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>