linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / message / i2o / i2o_proc.c
index 3d2e76e..2a0c42b 100644 (file)
@@ -56,7 +56,7 @@
 typedef struct _i2o_proc_entry_t {
        char *name;             /* entry name */
        mode_t mode;            /* mode */
-       const struct file_operations *fops;     /* open function */
+       struct file_operations *fops;   /* open function */
 } i2o_proc_entry;
 
 /* global I2O /proc/i2o entry */