05 Nov, 2012
2 commits
-
Fixes the following sparse warnings:
drivers/thermal/user_space.c:38:5: warning:
symbol 'notify_user_space' was not declared. Should it be static?
drivers/thermal/user_space.c:46:25: warning:
symbol 'thermal_gov_user_space' was not declared. Should it be static?Signed-off-by: Sachin Kamat
Acked-by: Durgadoss R
Signed-off-by: Zhang Rui -
This patch registers a governor which will let the
user land manage the platform thermals. Whenever a
trip happens, this governor just notifies the user
space using kobj_uevent().Signed-off-by: Durgadoss R
Signed-off-by: Zhang Rui