[S390] constify function pointer tables.
[deliverable/linux.git] / arch / s390 / crypto / prng.c
index 23ed094c52fe99943a6d1730074c4abf45e4f695..0cfefddd83755366fee0dae7634ccca6342b21dd 100644 (file)
@@ -146,7 +146,7 @@ static ssize_t prng_read(struct file *file, char __user *ubuf, size_t nbytes,
        return ret;
 }
 
-static struct file_operations prng_fops = {
+static const struct file_operations prng_fops = {
        .owner          = THIS_MODULE,
        .open           = &prng_open,
        .release        = NULL,
This page took 0.028408 seconds and 5 git commands to generate.