[PATCH] mark struct file_operations const 3
[deliverable/linux.git] / drivers / ide / ide-proc.c
index ad49bd823ebd11548696e43c66ee7392ac5a8306..30a5780f4185a7e6c4fe6ac65c79df25d822357c 100644 (file)
@@ -548,7 +548,7 @@ static int ide_drivers_open(struct inode *inode, struct file *file)
        return single_open(file, &ide_drivers_show, NULL);
 }
 
-static struct file_operations ide_drivers_operations = {
+static const struct file_operations ide_drivers_operations = {
        .open           = ide_drivers_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
This page took 0.024513 seconds and 5 git commands to generate.