diff options
Diffstat (limited to 'drivers/base/power/common.c')
| -rw-r--r-- | drivers/base/power/common.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/power/common.c b/drivers/base/power/common.c index b413951c6abc..22aedb28aad7 100644 --- a/drivers/base/power/common.c +++ b/drivers/base/power/common.c @@ -160,7 +160,7 @@ EXPORT_SYMBOL_GPL(dev_pm_domain_attach_by_id);   * For a detailed function description, see dev_pm_domain_attach_by_id().   */  struct device *dev_pm_domain_attach_by_name(struct device *dev, -					    char *name) +					    const char *name)  {  	if (dev->pm_domain)  		return ERR_PTR(-EEXIST);  | 
