aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/cpuidle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cpuidle.h b/include/linux/cpuidle.h
index ca4e4983773f..f7f1d9040da3 100644
--- a/include/linux/cpuidle.h
+++ b/include/linux/cpuidle.h
@@ -120,7 +120,7 @@ static inline int cpuidle_get_last_residency(struct cpuidle_device *dev)
120 ****************************/ 120 ****************************/
121 121
122struct cpuidle_driver { 122struct cpuidle_driver {
123 char name[CPUIDLE_NAME_LEN]; 123 const char *name;
124 struct module *owner; 124 struct module *owner;
125 125
126 unsigned int power_specified:1; 126 unsigned int power_specified:1;