diff options
author | Dr. David Alan Gilbert <linux@treblig.org> | 2024-05-29 18:53:09 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2024-06-07 21:22:02 +0200 |
commit | 68f2d1dc4826e7bafbfbf7acc745913623a48955 (patch) | |
tree | 2625fc7470ecc2c36a85667e729fcb279f8b44dc /drivers/thermal | |
parent | 1007d2c5d77d2eab9dc2ba47f7de00a53d0bab73 (diff) | |
download | linux-stable-68f2d1dc4826e7bafbfbf7acc745913623a48955.tar.gz linux-stable-68f2d1dc4826e7bafbfbf7acc745913623a48955.tar.bz2 linux-stable-68f2d1dc4826e7bafbfbf7acc745913623a48955.zip |
thermal: int3403: remove unused struct 'int3403_performance_state'
'int3403_performance_state' has never been used since the original
commit 4384b8fe162d ("Thermal: introduce int3403 thermal driver").
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Acked-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r-- | drivers/thermal/intel/int340x_thermal/int3403_thermal.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/thermal/intel/int340x_thermal/int3403_thermal.c b/drivers/thermal/intel/int340x_thermal/int3403_thermal.c index 86901f9f54d8..c094a422ded3 100644 --- a/drivers/thermal/intel/int340x_thermal/int3403_thermal.c +++ b/drivers/thermal/intel/int340x_thermal/int3403_thermal.c @@ -25,17 +25,6 @@ struct int3403_sensor { struct int34x_thermal_zone *int340x_zone; }; -struct int3403_performance_state { - u64 performance; - u64 power; - u64 latency; - u64 linear; - u64 control; - u64 raw_performace; - char *raw_unit; - int reserved; -}; - struct int3403_cdev { struct thermal_cooling_device *cdev; unsigned long max_state; |