-
由 srplinux2008 提交于
Correct the typecast with const to struct thermal_cooling_device_ops. It is the last argument to the function thermal_of_cooling_device_register and this argument is of type const. So, declare this structure thermal_cooling_device_ops as constant. Signed-off-by: Nsumeet p <srplinux2008@gmail.com> Acked-by: NThierry Reding <treding@nvidia.com> Signed-off-by: NEduardo Valentin <edubezval@gmail.com>
cc50ba5e