Commit 68f2d1dc authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Rafael J. Wysocki

thermal: int3403: remove unused struct 'int3403_performance_state'

'int3403_performance_state' has never been used since the original
commit 4384b8fe ("Thermal: introduce int3403 thermal driver").

Remove it.
Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Acked-by: default avatarZhang Rui <rui.zhang@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 1007d2c5
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment