Skip to content

Commit 68f2d1d

Browse files
Dr. David Alan Gilbertrafaeljw
authored andcommitted
thermal: int3403: remove unused struct 'int3403_performance_state'
'int3403_performance_state' has never been used since the original commit 4384b8f ("Thermal: introduce int3403 thermal driver"). Remove it. Signed-off-by: Dr. David Alan Gilbert <[email protected]> Acked-by: Zhang Rui <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 1007d2c commit 68f2d1d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

drivers/thermal/intel/int340x_thermal/int3403_thermal.c

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,6 @@ struct int3403_sensor {
2525
struct int34x_thermal_zone *int340x_zone;
2626
};
2727

28-
struct int3403_performance_state {
29-
u64 performance;
30-
u64 power;
31-
u64 latency;
32-
u64 linear;
33-
u64 control;
34-
u64 raw_performace;
35-
char *raw_unit;
36-
int reserved;
37-
};
38-
3928
struct int3403_cdev {
4029
struct thermal_cooling_device *cdev;
4130
unsigned long max_state;

0 commit comments

Comments
 (0)