[PATCH] mark struct file_operations const 2
[powerpc.git] / arch / cris / arch-v32 / drivers / cryptocop.c
index 2449637..1a071f1 100644 (file)
@@ -266,7 +266,7 @@ static void print_user_dma_lists(struct cryptocop_dma_list_operation *dma_op);
 
 
 
-struct file_operations cryptocop_fops = {
+const struct file_operations cryptocop_fops = {
        owner: THIS_MODULE,
        open: cryptocop_open,
        release: cryptocop_release,