[PATCH] mark struct file_operations const 3
[deliverable/linux.git] / drivers / isdn / hardware / eicon / divasproc.c
index 6a4373a4f1e8c7715a274eff93db299fdffa8970..0632a260699858cf7bc7a3036d366b34d888eed5 100644 (file)
@@ -113,7 +113,7 @@ static int divas_close(struct inode *inode, struct file *file)
        return (0);
 }
 
-static struct file_operations divas_fops = {
+static const struct file_operations divas_fops = {
        .owner   = THIS_MODULE,
        .llseek  = no_llseek,
        .read    = divas_read,
This page took 0.024944 seconds and 5 git commands to generate.