From 12c1cfa1fc5e08b739b5777d1272d403844926b3 Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Mon, 26 Mar 2012 14:51:27 +0200 Subject: [PATCH] --- yaml --- r: 298020 b: refs/heads/master c: db70b04407a63668e5fee773f76f90367492fd25 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/cpuidle.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;