diff --git a/[refs] b/[refs] index 12b272284bbb..7ac3c55e30ef 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fc850f39ea54c760ce438a601cfea8ab80c4898e +refs/heads/master: db70b04407a63668e5fee773f76f90367492fd25 diff --git a/trunk/include/linux/cpuidle.h b/trunk/include/linux/cpuidle.h index ca4e4983773f..f7f1d9040da3 100644 --- a/trunk/include/linux/cpuidle.h +++ b/trunk/include/linux/cpuidle.h @@ -120,7 +120,7 @@ static inline int cpuidle_get_last_residency(struct cpuidle_device *dev) ****************************/ struct cpuidle_driver { - char name[CPUIDLE_NAME_LEN]; + const char *name; struct module *owner; unsigned int power_specified:1;