aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2014-08-29 15:13:21 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-09-03 01:25:32 +0200
commitd07e9c178f188f76851aca8ab49a78da13dda006 (patch)
tree57d94635f02e53d71efdce66927a23162223b8ba
parent69e273c0b0a3c337a521d083374c918dc52c666f (diff)
downloadtest-d07e9c178f188f76851aca8ab49a78da13dda006.tar.gz
PM / domains: Make generic_pm_domain.name const
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r--include/linux/pm_domain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pm_domain.h b/include/linux/pm_domain.h
index 7c1d252b20c08d..ebc4c76ffb737b 100644
--- a/include/linux/pm_domain.h
+++ b/include/linux/pm_domain.h
@@ -60,7 +60,7 @@ struct generic_pm_domain {
struct mutex lock;
struct dev_power_governor *gov;
struct work_struct power_off_work;
- char *name;
+ const char *name;
unsigned int in_progress; /* Number of devices being suspended now */
atomic_t sd_count; /* Number of subdomains with power "on" */
enum gpd_status status; /* Current state of the domain */