|
@@ -1021,7 +1021,7 @@ static void __ov5695_power_off(struct ov5695 *ov5695)
|
|
|
regulator_bulk_disable(OV5695_NUM_SUPPLIES, ov5695->supplies);
|
|
|
}
|
|
|
|
|
|
-static int ov5695_runtime_resume(struct device *dev)
|
|
|
+static int __maybe_unused ov5695_runtime_resume(struct device *dev)
|
|
|
{
|
|
|
struct i2c_client *client = to_i2c_client(dev);
|
|
|
struct v4l2_subdev *sd = i2c_get_clientdata(client);
|
|
@@ -1030,7 +1030,7 @@ static int ov5695_runtime_resume(struct device *dev)
|
|
|
return __ov5695_power_on(ov5695);
|
|
|
}
|
|
|
|
|
|
-static int ov5695_runtime_suspend(struct device *dev)
|
|
|
+static int __maybe_unused ov5695_runtime_suspend(struct device *dev)
|
|
|
{
|
|
|
struct i2c_client *client = to_i2c_client(dev);
|
|
|
struct v4l2_subdev *sd = i2c_get_clientdata(client);
|