On Fri, Feb 26 2016 at 12:20 -0700, Stephen Boyd wrote:
On 02/12, Lina Iyer wrote:
diff --git a/include/linux/cpu_domains.h b/include/linux/cpu_domains.h
index bab4846..0c539f0 100644
--- a/include/linux/cpu_domains.h
+++ b/include/linux/cpu_domains.h
@@ -11,8 +11,10 @@
#ifndef __CPU_DOMAINS_H__
#define __CPU_DOMAINS_H__
+#include <linux/cpumask.h>
Just forward declare struct cpumask instead?
Sure.
Thanks,
Lina
+
struct cpu_pd_ops {
- int (*power_off)(u32 state_idx, u32 param);
+ int (*power_off)(u32 state_idx, u32 param, const struct cpumask *mask);
int (*power_on)(void);
};
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html