]> err.no Git - linux-2.6/blobdiff - drivers/isdn/hardware/eicon/divasproc.c
[PATCH] mark struct file_operations const 3
[linux-2.6] / 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,