thermal : Remove const to make same prototype
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Thu, 31 Aug 2017 06:00:45 +0000 (11:30 +0530)
committerZhang Rui <rui.zhang@intel.com>
Tue, 17 Oct 2017 07:52:57 +0000 (15:52 +0800)
commit023b7b07ccb57317bee4d971be546cc4469f4e7e
treee6e3880f9b6dacee678f1e43800f677b59ac208c
parent2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e
thermal : Remove const to make same prototype

Here, prototype of thermal_zone_device_register is not matching
with static inline thermal_zone_device_register. One is using
const thermal_zone_params. Other is using non-const.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
include/linux/thermal.h