]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/media/radio/radio-typhoon.c
[PATCH] mark struct file_operations const 4
[mirror_ubuntu-zesty-kernel.git] / drivers / media / radio / radio-typhoon.c
index 4a72b4d4e62a70b7c174e6cdac0252f96d84e33a..3031fef178cb491d8ab7f02bc9df062e50d3b863 100644 (file)
@@ -318,7 +318,7 @@ static struct typhoon_device typhoon_unit =
        .mutefreq       = CONFIG_RADIO_TYPHOON_MUTEFREQ,
 };
 
-static struct file_operations typhoon_fops = {
+static const struct file_operations typhoon_fops = {
        .owner          = THIS_MODULE,
        .open           = video_exclusive_open,
        .release        = video_exclusive_release,