mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-04-13 09:59:31 +00:00
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: b1ae92dcfa
("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>
This commit is contained in:
parent
ee022e5cae
commit
9e6ec8cf64
1 changed files with 0 additions and 2 deletions
|
@ -86,8 +86,6 @@ struct thermal_trip {
|
|||
#define THERMAL_TRIP_PRIV_TO_INT(_val_) (uintptr_t)(_val_)
|
||||
#define THERMAL_INT_TO_TRIP_PRIV(_val_) (void *)(uintptr_t)(_val_)
|
||||
|
||||
struct thermal_zone_device;
|
||||
|
||||
struct cooling_spec {
|
||||
unsigned long upper; /* Highest cooling state */
|
||||
unsigned long lower; /* Lowest cooling state */
|
||||
|
|
Loading…
Add table
Reference in a new issue