thermal:samsung: fix compilation warning
authorNaveen Krishna Chatradhi <ch.naveen@samsung.com>
Fri, 20 Dec 2013 12:12:07 +0000 (17:42 +0530)
committerZhang Rui <rui.zhang@intel.com>
Thu, 2 Jan 2014 02:05:04 +0000 (10:05 +0800)
This patch fixes a compilation warning.

warning: passing argument 5 of 'thermal_zone_device_register' discards 'const'
qualifier from pointer target type [enabled by default]
include/linux/thermal.h:270:29: note: expected 'struct thermal_zone_device_ops *'
but argument is of type 'const struct thermal_zone_device_ops *'

Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>

No differences found