]> www.infradead.org Git - users/dwmw2/linux.git/commit
thermal: core: Remove duplicate struct declaration
authorxueqin Luo <luoxueqin@kylinos.cn>
Thu, 6 Feb 2025 08:14:36 +0000 (16:14 +0800)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 25 Mar 2025 19:52:04 +0000 (20:52 +0100)
commit9e6ec8cf64e2973f0ec74f09023988cabd218426
treed66bdacfb60de7201cfff30bab537f5959d4531b
parentee022e5cae052e0c67ca7c5fec0f2e7bc897c70e
thermal: core: Remove duplicate struct declaration

The struct thermal_zone_device is already declared on line 32, so the
duplicate declaration has been removed.

Fixes: b1ae92dcfa8e ("thermal: core: Make struct thermal_zone_device definition internal")
Signed-off-by: xueqin Luo <luoxueqin@kylinos.cn>
Link: https://lore.kernel.org/r/20250206081436.51785-1-luoxueqin@kylinos.cn
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
include/linux/thermal.h