]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/char/random.c
Merge branch 'for-linus' of ssh://master.kernel.org/pub/scm/linux/kernel/git/ieee1394...
[karo-tx-linux.git] / drivers / char / random.c
index 13d0b1350a62ed5fb579e727b623cb027e86610c..b9dc7aa1dfb31032b0d83dc5ad7dcb2d9f4cc7d6 100644 (file)
@@ -1117,14 +1117,14 @@ random_ioctl(struct inode * inode, struct file * file,
        }
 }
 
-struct file_operations random_fops = {
+const struct file_operations random_fops = {
        .read  = random_read,
        .write = random_write,
        .poll  = random_poll,
        .ioctl = random_ioctl,
 };
 
-struct file_operations urandom_fops = {
+const struct file_operations urandom_fops = {
        .read  = urandom_read,
        .write = random_write,
        .ioctl = random_ioctl,