|
@@ -790,7 +790,7 @@ static void vpbe_deinitialize(struct device *dev, struct vpbe_device *vpbe_dev)
|
|
|
vpss_enable_clock(VPSS_VPBE_CLOCK, 0);
|
|
|
}
|
|
|
|
|
|
-static struct vpbe_device_ops vpbe_dev_ops = {
|
|
|
+static const struct vpbe_device_ops vpbe_dev_ops = {
|
|
|
.g_cropcap = vpbe_g_cropcap,
|
|
|
.enum_outputs = vpbe_enum_outputs,
|
|
|
.set_output = vpbe_set_output,
|