diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-12-27 15:31:49 -0200 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2017-01-04 11:15:23 +0800 |
commit | 7611fb68062f8d7f416f3272894d1edf7bbff29c (patch) | |
tree | be689a1d5a48429126caf034fe3517025ae32252 /include/uapi/misc/Kbuild | |
parent | 0c744ea4f77d72b3dcebb7a8f2684633ec79be88 (diff) |
thermal: thermal_hwmon: Convert to hwmon_device_register_with_info()
Booting Linux on a mx6q based board leads to the following warning:
(NULL device *): hwmon_device_register() is deprecated. Please convert the
driver to use hwmon_device_register_with_info().
,so do as suggested.
Also, this results in the core taking care of creating the 'name'
attribute, so drop the code doing that from the thermal driver.
Suggested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'include/uapi/misc/Kbuild')