thermal/core: Correct function name thermal_zone_device_unregister()
authorYang Yingliang <yangyingliang@huawei.com>
Mon, 17 May 2021 05:10:20 +0000 (13:10 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Jul 2021 12:36:15 +0000 (14:36 +0200)
commitbd40e2da3ae509a7045e29f38b2defd8cb8bce53
treec605d4bb623ba613a7e65e912bba0f479284aae7
parent6c099d595fd79ac3b4ef3d57a73767ed1c9339a1
thermal/core: Correct function name thermal_zone_device_unregister()

[ Upstream commit a052b5118f13febac1bd901fe0b7a807b9d6b51c ]

Fix the following make W=1 kernel build warning:

  drivers/thermal/thermal_core.c:1376: warning: expecting prototype for thermal_device_unregister(). Prototype was for thermal_zone_device_unregister() instead

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20210517051020.3463536-1-yangyingliang@huawei.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/thermal/thermal_core.c