media: rockchip/rga: constify v4l2_m2m_ops structure
[linux-2.6-block.git] / drivers / media / platform / rockchip / rga / rga.c
index 9cc9db0838702f535cffc91269430e35002862b8..dc63c44929de3dca5dbabaf94300813a8db7b1a9 100644 (file)
@@ -97,7 +97,7 @@ static irqreturn_t rga_isr(int irq, void *prv)
        return IRQ_HANDLED;
 }
 
-static struct v4l2_m2m_ops rga_m2m_ops = {
+static const struct v4l2_m2m_ops rga_m2m_ops = {
        .device_run = device_run,
 };