commit | 8ee492d6595573a0d4be168ebda1c7ceb4ec509d | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon May 06 23:50:13 2013 +0000 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Sun May 12 14:16:22 2013 +0200 |
tree | a2edf603eedb8dd407cb51b862964029cdf6c6bb | |
parent | b01235861b84c0f6107d3f9da189c9898fc3caaf [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. 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>