diff options
Diffstat (limited to 'drivers/media/platform/coda/coda-common.c')
| -rw-r--r-- | drivers/media/platform/coda/coda-common.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/platform/coda/coda-common.c b/drivers/media/platform/coda/coda-common.c index ced47609f5ef..5f0cd5cafea2 100644 --- a/drivers/media/platform/coda/coda-common.c +++ b/drivers/media/platform/coda/coda-common.c @@ -1980,7 +1980,7 @@ static int coda_probe(struct platform_device *pdev)  	/*  	 * Start activated so we can directly call coda_hw_init in -	 * coda_fw_callback regardless of whether CONFIG_PM_RUNTIME is +	 * coda_fw_callback regardless of whether CONFIG_PM is  	 * enabled or whether the device is associated with a PM domain.  	 */  	pm_runtime_get_noresume(&pdev->dev); @@ -2013,7 +2013,7 @@ static int coda_remove(struct platform_device *pdev)  	return 0;  } -#ifdef CONFIG_PM_RUNTIME +#ifdef CONFIG_PM  static int coda_runtime_resume(struct device *dev)  {  	struct coda_dev *cdev = dev_get_drvdata(dev);  |