thermal: cpu_cooling: remove set_freezable() when suspend not implemented
The cpu_cooling driver prevents system suspend due to one hung task per cpu. This is because it is "set freezable" by accident. That's a bug. Note: In newer kernels, this issue goes away because of a different implementation altogether and system suspend will work there.