mirror of
https://github.com/tbsdtv/media_build.git
synced 2025-07-23 04:13:02 +02:00
14 lines
537 B
Diff
14 lines
537 B
Diff
diff --git a/drivers/media/i2c/imx290.c b/drivers/media/i2c/imx290.c
|
|
index 5ea25b7acc55..5955ade733fd 100644
|
|
--- a/drivers/media/i2c/imx290.c
|
|
+++ b/drivers/media/i2c/imx290.c
|
|
@@ -1410,7 +1410,7 @@ static int imx290_runtime_suspend(struct device *dev)
|
|
}
|
|
|
|
static const struct dev_pm_ops imx290_pm_ops = {
|
|
- RUNTIME_PM_OPS(imx290_runtime_suspend, imx290_runtime_resume, NULL)
|
|
+ SET_RUNTIME_PM_OPS(imx290_runtime_suspend, imx290_runtime_resume, NULL)
|
|
};
|
|
|
|
/* ----------------------------------------------------------------------------
|