]> err.no Git - linux-2.6/blobdiff - drivers/media/radio/radio-gemtek.c
[PATCH] mark struct file_operations const 4
[linux-2.6] / drivers / media / radio / radio-gemtek.c
index 730fe16126cb9598610e5821d020ce2f8f78f485..36c4be6622c710a6af9de1a680221592022f3476 100644 (file)
@@ -296,7 +296,7 @@ static int gemtek_ioctl(struct inode *inode, struct file *file,
 
 static struct gemtek_device gemtek_unit;
 
-static struct file_operations gemtek_fops = {
+static const struct file_operations gemtek_fops = {
        .owner          = THIS_MODULE,
        .open           = video_exclusive_open,
        .release        = video_exclusive_release,