[PATCH] make more file_operation structs static
[linux-2.6-block.git] / drivers / char / dsp56k.c
index 09b413618b5781e8c8294e66396361ab5e6354df..9b1bf60ffbe7f536deabd2e252479e0a9370808b 100644 (file)
@@ -483,7 +483,7 @@ static int dsp56k_release(struct inode *inode, struct file *file)
        return 0;
 }
 
-static struct file_operations dsp56k_fops = {
+static const struct file_operations dsp56k_fops = {
        .owner          = THIS_MODULE,
        .read           = dsp56k_read,
        .write          = dsp56k_write,