[PATCH] mark struct file_operations const 5
[pandora-kernel.git] / drivers / net / wan / cosa.c
index 6c7dfb5..e91b5a8 100644 (file)
@@ -311,7 +311,7 @@ static int cosa_chardev_ioctl(struct inode *inode, struct file *file,
 static int cosa_fasync(struct inode *inode, struct file *file, int on);
 #endif
 
-static struct file_operations cosa_fops = {
+static const struct file_operations cosa_fops = {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,
        .read           = cosa_read,