mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
powercap: intel_rapl: Remove unused field in struct rapl_if_priv
After commitf1e8d7560d("powercap/intel_rapl: enumerate Psys RAPL domain together with package RAPL domain"), the platform_rapl_domain field is not used anymore. Remove it from rapl_if_priv structure. Fixes:f1e8d7560d("powercap/intel_rapl: enumerate Psys RAPL domain together with package RAPL domain") Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
44c026a73b
commit
31cb1304ad
|
|
@ -124,7 +124,6 @@ struct reg_action {
|
|||
*/
|
||||
struct rapl_if_priv {
|
||||
struct powercap_control_type *control_type;
|
||||
struct rapl_domain *platform_rapl_domain;
|
||||
enum cpuhp_state pcap_rapl_online;
|
||||
u64 reg_unit;
|
||||
u64 regs[RAPL_DOMAIN_MAX][RAPL_DOMAIN_REG_MAX];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user