powercap: intel_rapl: Cleanup Power Limits support
[linux-2.6-microblaze.git] / include / linux / intel_rapl.h
index bbd03b1..df17f4e 100644 (file)
@@ -79,7 +79,6 @@ struct rapl_domain_data {
 
 struct rapl_power_limit {
        struct powercap_zone_constraint *constraint;
-       int prim_id;            /* primitive ID used to enable */
        struct rapl_domain *domain;
        const char *name;
        u64 last_power_limit;