[PATCH] make more file_operation structs static
[deliverable/linux.git] / drivers / char / hw_random / core.c
index 88b026639f105324f79d94089207b14ca35d09a6..154a81d328c169211809356654c3fe0302a4caf7 100644 (file)
@@ -149,7 +149,7 @@ out:
 }
 
 
-static struct file_operations rng_chrdev_ops = {
+static const struct file_operations rng_chrdev_ops = {
        .owner          = THIS_MODULE,
        .open           = rng_dev_open,
        .read           = rng_dev_read,
This page took 0.027693 seconds and 5 git commands to generate.