[media] cx231xx: constify cx2341x_handler_ops structures
[deliverable/linux.git] / drivers / media / pci / ivtv / ivtv-controls.c
index 8a55ccb8f0c97e2595b3b253736628d6e50f4001..9666ca01549c4d25ded2bd4fd4acd9dec7d480ca 100644 (file)
@@ -96,7 +96,7 @@ static int ivtv_s_audio_mode(struct cx2341x_handler *cxhdl, u32 val)
        return 0;
 }
 
-struct cx2341x_handler_ops ivtv_cxhdl_ops = {
+const struct cx2341x_handler_ops ivtv_cxhdl_ops = {
        .s_audio_mode = ivtv_s_audio_mode,
        .s_audio_sampling_freq = ivtv_s_audio_sampling_freq,
        .s_video_encoding = ivtv_s_video_encoding,
This page took 0.028917 seconds and 5 git commands to generate.